Skip to content

Instantly share code, notes, and snippets.

@someara
Created March 10, 2012 05:34
Show Gist options
  • Save someara/2010366 to your computer and use it in GitHub Desktop.
Save someara/2010366 to your computer and use it in GitHub Desktop.
turn off chef-client verbose logging
execute "turn off chef-client verbose logging" do
command "echo 'verbose_logging false' >> /etc/chef/client.rb"
not_if "grep 'verbose_logging false' /etc/chef/client.rb"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment