]> git.openstreetmap.org Git - chef.git/commitdiff
Fix chef bookshelf url
authorTom Hughes <tom@compton.nu>
Thu, 11 Jul 2013 13:36:21 +0000 (14:36 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 11 Jul 2013 13:36:21 +0000 (14:36 +0100)
cookbooks/chef/templates/default/server.rb.erb

index 1ec1424d0ae8c52fa2d2ab750ebb83c8d9009b04..67910ba656c5135eb2f534a19a1ffefff4ab284c 100644 (file)
@@ -5,7 +5,7 @@ nginx['non_ssl_port'] = 4000
 nginx['ssl_port'] = 4443
 nginx['server_name'] = "chef.openstreetmap.org"
 nginx['url'] = "http://chef.openstreetmap.org:4000"
 nginx['ssl_port'] = 4443
 nginx['server_name'] = "chef.openstreetmap.org"
 nginx['url'] = "http://chef.openstreetmap.org:4000"
-bookshelf['url'] = "http://chef.openstreetmap.org:4000"
+bookshelf['url'] = "https://chef.openstreetmap.org:443"
 bookshelf['vip'] = "chef.openstreetmap.org"
 lb['api_fqdn'] = "chef.openstreetmap.org"
 lb['web_ui_fqdn'] = "chef.openstreetmap.org"
 bookshelf['vip'] = "chef.openstreetmap.org"
 lb['api_fqdn'] = "chef.openstreetmap.org"
 lb['web_ui_fqdn'] = "chef.openstreetmap.org"