From: Silvio Rhatto Date: Wed, 23 Feb 2011 18:45:33 +0000 (-0300) Subject: Keep sane permissions at puppet dir (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b9bc8c05bafca0c7e93030d67a4141b225ce80a3;p=puppet-puppet.git Keep sane permissions at puppet dir (2) --- diff --git a/files/update-puppet-conf.sh b/files/update-puppet-conf.sh index 65d5411..7c9efe6 100644 --- a/files/update-puppet-conf.sh +++ b/files/update-puppet-conf.sh @@ -17,3 +17,4 @@ git submodule update --init git clean -d -f find ${PUPPET_DIR} -type f -exec chmod 640 {} \; +find ${PUPPET_DIR} -type d -exec chmod 750 {} \;