]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web.rb
nominatim: install secondary importance file
[chef.git] / roles / web.rb
index 3276e43e4dc8bd7fdfbec542a1057c0dc61eadd3..594c18f842334523036f53e869319eca640d7c51 100644 (file)
@@ -5,7 +5,6 @@ default_attributes(
   :accounts => {
     :users => {
       :rails => {
-        :status => :role,
         :members => [:tomh, :grant]
       }
     }
@@ -18,7 +17,7 @@ default_attributes(
   },
   :web => {
     :status => "online",
-    :memcached_servers => %w[rails1.ams rails2.ams rails3.ams]
+    :memcached_servers => %w[spike-06.ams spike-07.ams spike-08.ams]
   }
 )