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:
parent
7fd2cde5a4
commit
ac62f09c96
2
Rakefile
2
Rakefile
@ -1,5 +1,5 @@
|
|||||||
current_dir = File.dirname(__FILE__)
|
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"]
|
task default: ["test"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user