default[:apt][:sources] = node[:apt][:sources] | ["opscode"]
# Set the default server version
-default[:chef][:server][:version] = "12.0.8-1"
+default[:chef][:server][:version] = "12.9.1-1"
# Set the default client version
default[:chef][:client][:version] = "12.14.89-1"
nginx['ssl_certificate'] = '/etc/ssl/certs/openstreetmap.pem'
nginx['ssl_certificate_key'] = '/etc/ssl/private/openstreetmap.key'
nginx['server_name'] = "chef.openstreetmap.org"
-nginx['url'] = "http://chef.openstreetmap.org:4000"
opscode_erchef['base_resource_url'] = "https://chef.openstreetmap.org"