From: Silvio Rhatto Date: Fri, 17 Feb 2017 10:13:12 +0000 (-0200) Subject: Deploy: check if fqdn match X-Git-Tag: 0.2.4~5 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3c718bc6e844012fac2e37158b12487150127c21;p=hydra.git Deploy: check if fqdn match --- diff --git a/share/hydra/deploy b/share/hydra/deploy index d9d14a2..d8fd3f8 100755 --- a/share/hydra/deploy +++ b/share/hydra/deploy @@ -113,7 +113,7 @@ for node in $NODES; do # Setup deploy environment hydra_deploy_setup remote $node || continue - # Check if puppet is installed + # Check remote environment $HYDRA_CONNECT $FQDN < /dev/null; then echo "Installing dependencies..." sudo apt-get update