aboutsummaryrefslogtreecommitdiff
path: root/lib/hydra/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hydra/deploy')
-rw-r--r--lib/hydra/deploy3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/hydra/deploy b/lib/hydra/deploy
index 70a8a67..748263c 100644
--- a/lib/hydra/deploy
+++ b/lib/hydra/deploy
@@ -12,6 +12,9 @@ function hydra_deploy_setup {
# Ensure keystore existence
mkdir -p $HYDRA_FOLDER/puppet/keys
+ # Fix puppet folder permissions
+ chmod 700 $HYDRA_FOLDER/puppet
+
if [ "$1" == "remote" ]; then
# Deploy in a remote host
if [ ! -z "$2" ]; then