summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/update-puppet-conf.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/files/update-puppet-conf.sh b/files/update-puppet-conf.sh
index e850c47..dddae94 100644
--- a/files/update-puppet-conf.sh
+++ b/files/update-puppet-conf.sh
@@ -14,8 +14,4 @@ cd ${PUPPET_DIR}
git pull ${ORIGIN_DIR} master
git checkout -f
git submodule update --init
-for module in `git submodule | cut -d" " -f3`; do
- cd ${PUPPET_DIR}/${module}
- git pull origin master
-done
git clean -d -f