]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Install ipmitool on machines with the ipmi_si module loaded
[chef.git] / roles / web.rb
index a27a94a6ae31c1731e76412656c18bdb85851095..04a52e80b85187717de5227cc93a537a22c7ba49 100644 (file)
@@ -17,8 +17,9 @@ default_attributes(
     "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
   },
   :web => {
-    :status => "database_readonly",
-    :database_host => "smaug"
+    :status => "online",
+    :database_host => "db",
+    :readonly_database_host => "katla"
   }
 )