diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-24 13:26:38 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-24 13:26:38 -0300 |
commit | e665f7cd208739df84373f0f65184c6b561e3de2 (patch) | |
tree | cee1b55781a1c526b988977731659b760ddebb87 /lib | |
parent | c3f5e9fbb489be5f7695b36380637d0b2349a12a (diff) | |
download | hydra-e665f7cd208739df84373f0f65184c6b561e3de2.tar.gz hydra-e665f7cd208739df84373f0f65184c6b561e3de2.tar.bz2 |
Deploy: log support
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/deploy | 4 |
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 |