]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
Update piwik to 2.10.0
[chef.git] / roles / web.rb
index a13329d0a8b2e93dd455b95a242845b2f9bb4745..75bab256a60ec5d892ac7b69041ede9514d8ff81 100644 (file)
@@ -14,13 +14,12 @@ default_attributes(
     "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
   },
   :passenger => {
-    :version => "4.0.45",
     :pool_idle_time => 0
   },
   :web => {
     :status => "online",
     :database_host => "db",
-    :readonly_database_host => "katla"
+    :readonly_database_host => "db-slave"
   }
 )