From: Silvio Rhatto Date: Sat, 22 Apr 2017 13:16:38 +0000 (-0300) Subject: Deploy: localhost: fix ssl folder ownership X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=47f31714fbd99d24178125d5a66768c3e1dec21f;p=hydra.git Deploy: localhost: fix ssl folder ownership --- diff --git a/share/hydra/deploy b/share/hydra/deploy index d3fc513..aed00fc 100755 --- a/share/hydra/deploy +++ b/share/hydra/deploy @@ -107,6 +107,9 @@ for node in $NODES; do echo "Applying configuration..." $DEPLOY_APPLY 2>&1 | \ tee $HYDRA_FOLDER/puppet/logs/$FQDN.`date +%Y%m%d%H%M`.log + + # Fix ssl folder ownership + $SUDO chown -R `whoami`. $HYDRA_FOLDER/puppet/ssl else echo "Deploying to $node..."