From e665f7cd208739df84373f0f65184c6b561e3de2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 24 Jun 2016 13:26:38 -0300 Subject: Deploy: log support --- lib/hydra/deploy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3