diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-23 16:06:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-23 16:06:06 -0300 |
commit | f3b4c651091d50800f46865b5f7f819596c57664 (patch) | |
tree | b0e1e630f1b0fecf44ee793c231a40c73a0be6a7 /files | |
parent | b9bc8c05bafca0c7e93030d67a4141b225ce80a3 (diff) | |
download | puppet-puppet-f3b4c651091d50800f46865b5f7f819596c57664.tar.gz puppet-puppet-f3b4c651091d50800f46865b5f7f819596c57664.tar.bz2 |
Keep sane permissions at puppet dir but avoiding config reparse
Diffstat (limited to 'files')
-rw-r--r-- | files/update-puppet-conf.sh | 3 |
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} |