diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-01-09 15:51:25 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-01-09 15:51:25 +0000 |
commit | e3b5746f8064819bae40e900763bc2c2df77d376 (patch) | |
tree | b1bdd187f563b42de4f0fc923fcdc306317e227c | |
parent | 9604fac3895503d6e27b1052b3573a3bbb138f1e (diff) | |
download | infrastructure-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.json | 2 |
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" ] |