aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rwxr-xr-xshare/hydra/deploy3
1 files changed, 3 insertions, 0 deletions
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..."