]> git.openstreetmap.org Git - chef.git/blobdiff - roles/planet.rb
imagery: next gb_os_sv_diff layer available
[chef.git] / roles / planet.rb
index 791c2e84f4e80d46788b0f45d8b7f315f5e818fc..8ee1ce9e95f572a6a73ee2a491fe79328726c183 100644 (file)
@@ -7,7 +7,7 @@ default_attributes(
       :bretth => { :status => :user },
       :planet => {
         :status => :administrator,
-        :members => [ :bretth ]
+        :members => [:bretth]
       }
     }
   },
@@ -22,12 +22,12 @@ default_attributes(
         :uid => "nobody",
         :gid => "nogroup",
         :transfer_logging => false,
-        :exclude => [ ".*" ],
+        :exclude => [".*"],
         :max_connections => 10,
         :ignore_errors => true,
         :ignore_nonreadable => true,
         :timeout => 3600,
-        :refuse_options => [ "checksum" ]
+        :refuse_options => ["checksum"]
       }
     }
   },
@@ -43,6 +43,7 @@ default_attributes(
 )
 
 run_list(
+  "role[web-db]",
   "recipe[planet]",
   "recipe[planet::replication]",
   "recipe[nfs::server]",