From: Silvio Rhatto Date: Mon, 6 Jul 2015 18:27:03 +0000 (-0300) Subject: Coding style X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0d6de3801d5a1859c1e3a9c70c687d7a62526850;p=puppet-bootstrap.git Coding style --- diff --git a/bin/mrconfig b/bin/mrconfig index f525db3..7c63bb3 100755 --- a/bin/mrconfig +++ b/bin/mrconfig @@ -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"