diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-12 19:06:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-12 19:06:40 -0300 |
commit | c39581b7054cfd755c63ed1803d31134196009d8 (patch) | |
tree | 1b969513fcfcac3ded9f1c3ddd8a4e25641a4685 /share | |
parent | bfc074501871806b0e1938f5f152482ba51d4879 (diff) | |
download | hydra-c39581b7054cfd755c63ed1803d31134196009d8.tar.gz hydra-c39581b7054cfd755c63ed1803d31134196009d8.tar.bz2 |
Ensure eyaml key availability
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydra/deploy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/hydra/deploy b/share/hydra/deploy index 1307802..f8dbb08 100755 --- a/share/hydra/deploy +++ b/share/hydra/deploy @@ -80,6 +80,9 @@ for node in $NODES; do # Setup deploy environment hydra_deploy_setup + # Ensure key availability + hydra $HYDRA eyaml $FQDN + # Check if puppet is installed if [ ! -e "/usr/bin/puppet" ]; then $SUDO apt-get update |