]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Coding style
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 6 Jul 2015 18:27:03 +0000 (15:27 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 6 Jul 2015 18:27:03 +0000 (15:27 -0300)
bin/mrconfig

index f525db31d14e6e6eeeb1dcb863f9edb9845e5509..7c63bb3599f1c6e9d770fc72e1629882ad50103d 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 #
 # Build a mrconfig for the needed modules.
-# 
+#
 
 # Parameters
 GIT="git.sarava.org"
@@ -18,7 +18,7 @@ touch .mrconfig
 curl --stderr - $URL | grep "^puppet-" | cut -d ' ' -f 1 | while read module; do
   folder="`echo $module | sed -e 's/^puppet-//'`"
   folder="`basename $folder .git`"
-  
+
   if [ "$module" != "$bootstrap" ]; then
     echo "Processing $folder..."
     mr config puppet/modules/$folder checkout="git clone git://$GIT/$module $folder"