Remove color output from puppet list command
This helps when reviewing the log file within Jenkins. Change-Id: I9855fcc628cf8764cbe53b01247613359e731cd4 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
b00565c834
commit
aa35aaabdb
@ -84,7 +84,7 @@ for MOD in ${!MODULES[*]} ; do
|
||||
fi
|
||||
done
|
||||
|
||||
MODULE_LIST=`puppet module list`
|
||||
MODULE_LIST=`puppet module list --color=false`
|
||||
|
||||
# Make a second pass, just installing modules from source
|
||||
for MOD in ${!SOURCE_MODULES[*]} ; do
|
||||
|
Loading…
Reference in New Issue
Block a user