From f3b4c651091d50800f46865b5f7f819596c57664 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 23 Feb 2011 16:06:06 -0300 Subject: Keep sane permissions at puppet dir but avoiding config reparse --- files/update-puppet-conf.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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} -- cgit v1.2.3