aboutsummaryrefslogtreecommitdiff
path: root/templates/bin
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2011-03-16 21:23:53 -0300
committerdrebs <drebs@riseup.net>2011-03-16 21:23:53 -0300
commit125fdaaca9163793a023c299a255a2f5e929d061 (patch)
tree49d330529262f2acc033e875607d096ce2716909 /templates/bin
parent0d053cdf0a94d29be4c6478de6a9266e097fed7e (diff)
downloadpuppet-bootstrap-125fdaaca9163793a023c299a255a2f5e929d061.tar.gz
puppet-bootstrap-125fdaaca9163793a023c299a255a2f5e929d061.tar.bz2
refac
Diffstat (limited to 'templates/bin')
-rw-r--r--templates/bin/puppet-bootstrap2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/bin/puppet-bootstrap b/templates/bin/puppet-bootstrap
index 3ab9c14..70b5da8 100644
--- a/templates/bin/puppet-bootstrap
+++ b/templates/bin/puppet-bootstrap
@@ -18,6 +18,8 @@ function add_submodules {
git submodule add git://git.sarava.org/puppet-$module.git modules/$module
fi
done
+
+ git submodule update --init
}
if [ $# -ne 2 ]; then