summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-23 15:28:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-02-23 15:28:30 -0300
commit32d477553e4629ee8411ed9f13536494b4110591 (patch)
treeb981a7845345089e041d65d147c66f47c91162e0
parent7e3257a0eb24af5c3d4978e77e6a2fcd7e036c37 (diff)
downloadpuppet-puppet-32d477553e4629ee8411ed9f13536494b4110591.tar.gz
puppet-puppet-32d477553e4629ee8411ed9f13536494b4110591.tar.bz2
Keep sane permissions at puppet dir
-rw-r--r--files/update-puppet-conf.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/files/update-puppet-conf.sh b/files/update-puppet-conf.sh
index dddae94..65d5411 100644
--- a/files/update-puppet-conf.sh
+++ b/files/update-puppet-conf.sh
@@ -15,3 +15,5 @@ git pull ${ORIGIN_DIR} master
git checkout -f
git submodule update --init
git clean -d -f
+
+find ${PUPPET_DIR} -type f -exec chmod 640 {} \;