]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Update chef client to 11.10.0
[chef.git] / roles / web.rb
index 1e8c2666b9ef2364a547f4c3fdc4f4e89ff958dc..04a52e80b85187717de5227cc93a537a22c7ba49 100644 (file)
@@ -14,11 +14,12 @@ default_attributes(
     :sources => [ "brightbox-ruby-ng" ]
   },
   :nfs => {
-    "/store/rails" => { :host => "horntail", :path => "/store/rails" }
+    "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
   },
   :web => {
     :status => "online",
-    :database_host => "db"
+    :database_host => "db",
+    :readonly_database_host => "katla"
   }
 )