X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/08b1f7e983927743a45656d7ce5a7f5d70a33cf1..e92ed5e09215d67f2bd7dc21a32425d7ec5aa26f:/cookbooks/chef/templates/default/client.rb.erb?ds=inline diff --git a/cookbooks/chef/templates/default/client.rb.erb b/cookbooks/chef/templates/default/client.rb.erb index 094340f16..6faa7384b 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 @@ -29,10 +33,6 @@ ssl_verify_mode :verify_peer chef_server_url "https://chef.openstreetmap.org/organizations/openstreetmap" -# Make our plugins visible to ohai - -ohai.plugin_path << "<%= node[:ohai][:plugin_dir] %>" - # Enable some optional ohai plugins ohai.optional_plugins = %w[Passwd]