]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/templates/default/client.rb.erb
Revert "Disable OAuth 1.0a and basic authentication"
[chef.git] / cookbooks / chef / templates / default / client.rb.erb
index 094340f160d8967ac47dbfec386ed16bcc822181..6faa7384b5164c819b0cfde8c597ef2fa0e8c355 100644 (file)
@@ -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]