diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-23 16:40:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-23 16:40:26 -0300 |
commit | c320e6f4a941c66128ed026f034eff23de0cf470 (patch) | |
tree | 2a348cc7534961ebf8ef9f9dcdfa80489b231744 /files | |
parent | f3b4c651091d50800f46865b5f7f819596c57664 (diff) | |
download | puppet-puppet-c320e6f4a941c66128ed026f034eff23de0cf470.tar.gz puppet-puppet-c320e6f4a941c66128ed026f034eff23de0cf470.tar.bz2 |
Not managing /etc/puppet/ permissions
Diffstat (limited to 'files')
-rw-r--r-- | files/update-puppet-conf.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/files/update-puppet-conf.sh b/files/update-puppet-conf.sh index 27860b3..dddae94 100644 --- a/files/update-puppet-conf.sh +++ b/files/update-puppet-conf.sh @@ -15,5 +15,3 @@ git pull ${ORIGIN_DIR} master git checkout -f git submodule update --init git clean -d -f - -chmod 750 ${PUPPET_DIR} |