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

In order to make the logs more readable, tell chef-client not to output
lots of color codes.

Depends-On: I75088a00dc17b8a4907a1314d82aff500c5dccfe
Change-Id: I2ae9eb2daa7674cf4a8d922f1337d8c4c47b8475
This commit is contained in:
Jens Rosenboom 2016-03-04 13:59:36 +01:00 committed by Jan Klare
parent 7fd2cde5a4
commit ac62f09c96
1 changed files with 1 additions and 1 deletions

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"]