Merge "Use "--no-color" option for chef-client run"

This commit is contained in:
Jenkins
2016-03-07 15:36:47 +00:00
committed by Gerrit Code Review

View File

@@ -1,5 +1,5 @@
current_dir = File.dirname(__FILE__)
client_opts = "--force-formatter -z --config #{current_dir}/.chef/knife.rb"
client_opts = "--force-formatter --no-color -z --config #{current_dir}/.chef/knife.rb"
task default: ["test"]