X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6f0a393ef9191a70d9c5040ed35f6ee4ca33db8b..3d9c577508cc7d813473e5daa9f236cdd4a676fb:/cookbooks/chef/files/default/knife.rb diff --git a/cookbooks/chef/files/default/knife.rb b/cookbooks/chef/files/default/knife.rb index c6b83f06a..538689cd4 100644 --- a/cookbooks/chef/files/default/knife.rb +++ b/cookbooks/chef/files/default/knife.rb @@ -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"]