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:
Paul Belanger 2015-07-09 15:20:02 -04:00
parent b00565c834
commit aa35aaabdb
1 changed files with 1 additions and 1 deletions

View File

@ -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