From: Silvio Rhatto Date: Wed, 23 Feb 2011 19:06:06 +0000 (-0300) Subject: Keep sane permissions at puppet dir but avoiding config reparse X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f3b4c651091d50800f46865b5f7f819596c57664;p=puppet-puppet.git Keep sane permissions at puppet dir but avoiding config reparse --- diff --git a/files/update-puppet-conf.sh b/files/update-puppet-conf.sh index 7c9efe6..27860b3 100644 --- a/files/update-puppet-conf.sh +++ b/files/update-puppet-conf.sh @@ -16,5 +16,4 @@ git checkout -f git submodule update --init git clean -d -f -find ${PUPPET_DIR} -type f -exec chmod 640 {} \; -find ${PUPPET_DIR} -type d -exec chmod 750 {} \; +chmod 750 ${PUPPET_DIR}