summaryrefslogtreecommitdiff
path: root/files/update-puppet-conf.sh
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-23 16:06:06 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-02-23 16:06:06 -0300
commitf3b4c651091d50800f46865b5f7f819596c57664 (patch)
treeb0e1e630f1b0fecf44ee793c231a40c73a0be6a7 /files/update-puppet-conf.sh
parentb9bc8c05bafca0c7e93030d67a4141b225ce80a3 (diff)
downloadpuppet-puppet-f3b4c651091d50800f46865b5f7f819596c57664.tar.gz
puppet-puppet-f3b4c651091d50800f46865b5f7f819596c57664.tar.bz2
Keep sane permissions at puppet dir but avoiding config reparse
Diffstat (limited to 'files/update-puppet-conf.sh')
-rw-r--r--files/update-puppet-conf.sh3
1 files changed, 1 insertions, 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}