summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {} \;