summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-09 15:51:25 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-09 15:51:25 +0000
commite3b5746f8064819bae40e900763bc2c2df77d376 (patch)
treeb1bdd187f563b42de4f0fc923fcdc306317e227c
parent9604fac3895503d6e27b1052b3573a3bbb138f1e (diff)
downloadinfrastructure-e3b5746f8064819bae40e900763bc2c2df77d376.tar.gz
frontend: Install nc (netcat)
This allows to forward SSH connections through the frontend instance (in a slightly hacky way).
-rw-r--r--frontend/packer_template.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/packer_template.json b/frontend/packer_template.json
index 84941915..79e398a2 100644
--- a/frontend/packer_template.json
+++ b/frontend/packer_template.json
@@ -28,7 +28,7 @@
{
"type": "shell",
"inline": [
- "sudo yum install -y haproxy",
+ "sudo yum install -y haproxy nc",
"sudo mv /var/tmp/haproxy.cfg /etc/haproxy/haproxy.cfg",
"sudo mkdir /var/log/journal"
]