]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Use git clone --recursive for puppet modules
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 27 Sep 2014 18:51:15 +0000 (15:51 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 27 Sep 2014 18:51:15 +0000 (15:51 -0300)
bin/mrconfig

index ffb0438da7358e9d33fff04b1145e66093adb32d..bb4ae7c53a36b2a9e8e53253d3c91de756364e9d 100755 (executable)
@@ -21,7 +21,7 @@ curl --stderr - $URL | grep "^puppet-" | while read module; do
   
   if [ "$module" != "$bootstrap" ];
     echo "Processing $folder..."
-    mr config puppet/modules/$folder checkout="git clone git://$GIT/$module $folder"
+    mr config puppet/modules/$folder checkout="git clone --recursive git://$GIT/$module $folder"
   fi
 done