diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-23 15:45:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-23 15:45:33 -0300 |
commit | b9bc8c05bafca0c7e93030d67a4141b225ce80a3 (patch) | |
tree | 536d5dfda667144eee8d8e9022fa01af180ad06c | |
parent | 32d477553e4629ee8411ed9f13536494b4110591 (diff) | |
download | puppet-puppet-b9bc8c05bafca0c7e93030d67a4141b225ce80a3.tar.gz puppet-puppet-b9bc8c05bafca0c7e93030d67a4141b225ce80a3.tar.bz2 |
Keep sane permissions at puppet dir (2)
-rw-r--r-- | files/update-puppet-conf.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/update-puppet-conf.sh b/files/update-puppet-conf.sh index 65d5411..7c9efe6 100644 --- a/files/update-puppet-conf.sh +++ b/files/update-puppet-conf.sh @@ -17,3 +17,4 @@ git submodule update --init git clean -d -f find ${PUPPET_DIR} -type f -exec chmod 640 {} \; +find ${PUPPET_DIR} -type d -exec chmod 750 {} \; |