]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "Go readonly on smaug"
authorTom Hughes <tom@compton.nu>
Fri, 22 Nov 2013 07:06:48 +0000 (07:06 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 22 Nov 2013 07:06:48 +0000 (07:06 +0000)
This reverts commit e8829e9d10c5d3f578998a0c02950c3bf0d37f71.

roles/web.rb

index a27a94a6ae31c1731e76412656c18bdb85851095..7a6c8a6c1f0debd0363dc06b2e9e5925bad60f7e 100644 (file)
@@ -17,8 +17,8 @@ default_attributes(
     "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
   },
   :web => {
-    :status => "database_readonly",
-    :database_host => "smaug"
+    :status => "online",
+    :database_host => "db"
   }
 )