]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/files/default/knife.rb
Fix issues reported by new rubocop
[chef.git] / cookbooks / chef / files / default / knife.rb
index c6b83f06afba9003640507ce1a5bf61169ca570b..538689cd4f95dc01e34c6e7d104592d00637495d 100644 (file)
@@ -1,8 +1,8 @@
-node_name "chef-git"
+node_name "git"
 client_key "client.pem"
 validation_client_name "chef-validator"
 validation_key "/etc/chef/validation.pem"
-chef_server_url "https://chef.openstreetmap.org"
+chef_server_url "https://chef.openstreetmap.org/organizations/openstreetmap"
 cache_type "BasicFile"
 cache_options :path => ".chef/checksums"
 cookbook_path ["cookbooks"]