X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0d3914cdadb7d61b06c5553f6a1d2937a23820a4..cf3730fdb4d1f5d5e5738cf7e5b27ccade78e488:/cookbooks/chef/templates/default/client.rb.erb diff --git a/cookbooks/chef/templates/default/client.rb.erb b/cookbooks/chef/templates/default/client.rb.erb index 5d1f46393..796b276c5 100644 --- a/cookbooks/chef/templates/default/client.rb.erb +++ b/cookbooks/chef/templates/default/client.rb.erb @@ -9,6 +9,10 @@ Encoding.default_external = Encoding::UTF_8 +# Accept the license + +chef_license "accept" + # Log at level info log_level :info @@ -33,6 +37,10 @@ chef_server_url "https://chef.openstreetmap.org/organizations/openstreetmap" ohai.plugin_path << "<%= node[:ohai][:plugin_dir] %>" +# Enable some optional ohai plugins + +ohai.optional_plugins = %w[Passwd] + # Load supporting code for report handlers require "/etc/chef/report"