]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/templates/default/client.rb.erb
Update chef client to 12.6.0
[chef.git] / cookbooks / chef / templates / default / client.rb.erb
index dff9d19ed8dbbb9ce1ef3eb9f3f5143b9b698620..f151c7d0760a31ef947315b49855ea940c6be2fb 100644 (file)
@@ -23,7 +23,7 @@ ssl_verify_mode :verify_peer
 
 # Set the URL for the chef server
 
-chef_server_url "https://chef.openstreetmap.org"
+chef_server_url "https://chef.openstreetmap.org/organizations/openstreetmap"
 
 # Make our plugins visible to ohai
 
@@ -35,7 +35,7 @@ require "/etc/chef/report"
 
 # Create report handler
 
-email_handler = Chef::Handler::Email.new(:to => "tom@compton.nu")
+email_handler = Chef::Handler::Email.new(:to => ["tom@compton.nu", "openstreetmap@firefishy.com"])
 
 # Configure report handlers