]> 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 d0da91066b599be1b3bd2270d6e0dbc45f7dde30..538689cd4f95dc01e34c6e7d104592d00637495d 100644 (file)
@@ -2,7 +2,7 @@ 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"]