From: Silvio Rhatto Date: Wed, 23 Feb 2011 18:28:30 +0000 (-0300) Subject: Keep sane permissions at puppet dir X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=32d477553e4629ee8411ed9f13536494b4110591;p=puppet-puppet.git Keep sane permissions at puppet dir --- diff --git a/files/update-puppet-conf.sh b/files/update-puppet-conf.sh index dddae94..65d5411 100644 --- a/files/update-puppet-conf.sh +++ b/files/update-puppet-conf.sh @@ -15,3 +15,5 @@ git pull ${ORIGIN_DIR} master git checkout -f git submodule update --init git clean -d -f + +find ${PUPPET_DIR} -type f -exec chmod 640 {} \;