aboutsummaryrefslogtreecommitdiff
path: root/lib/hydra/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hydra/deploy')
-rw-r--r--lib/hydra/deploy4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hydra/deploy b/lib/hydra/deploy
index 96dd67b..cd46fad 100644
--- a/lib/hydra/deploy
+++ b/lib/hydra/deploy
@@ -15,8 +15,8 @@ function hydra_deploy_setup {
# Fix puppet folder permissions
chmod 700 $HYDRA_FOLDER/puppet
- # Ensure facts folder
- mkdir -p $HYDRA_FOLDER/puppet/config/facts
+ # Ensure facts folder and logs foldes
+ mkdir -p $HYDRA_FOLDER/puppet/{config/facts,logs}
if [ "$1" == "remote" ]; then
# Deploy in a remote host