]> git.openstreetmap.org Git - chef.git/commitdiff
Update chef server version mapping
authorTom Hughes <tom@compton.nu>
Sun, 26 Oct 2014 11:20:58 +0000 (11:20 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 26 Oct 2014 11:22:33 +0000 (11:22 +0000)
cookbooks/chef/recipes/server.rb
roles/web.rb

index 614eb81b4a6e35a03d23219541e2985e6e294a1e..5cc28fa69f09c2b6a8b8fc1d7dc33c55d728bd4d 100644 (file)
@@ -21,6 +21,7 @@ include_recipe "apache::ssl"
 
 chef_platform = case node[:platform_version]
                   when "12.10" then "12.04"
+                  when "14.04" then "12.04"
                   else node[:platform_version]
                 end
 
index 30069f1482d60c05d6ee4a227e14a23e11ed8ba6..227aba505477fd91a90d7e509bb7ef448a0359cf 100644 (file)
@@ -17,7 +17,7 @@ default_attributes(
     :pool_idle_time => 0
   },
   :web => {
-    :status => "online",
+    :status => "offline",
     :database_host => "db",
     :readonly_database_host => "katla"
   }