]> git.openstreetmap.org Git - chef.git/blobdiff - roles/faffy.rb
Tune mysql for piwik
[chef.git] / roles / faffy.rb
index 2d1808708ef8ea9fe2afa926dacdec9218c4bba8..0b02de126903ce54d8b0241945dcd805f27f5ef6 100644 (file)
@@ -14,7 +14,7 @@ default_attributes(
         :interface => "eth1",
         :role => :external,
         :family => :inet,
-        :address => "128.40.168.108"
+        :address => "128.40.45.198"
       }
     }
   },
@@ -29,12 +29,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"]
       },
       :agri_extra => {
         :comment => "AGRI Extras Archive",
@@ -45,18 +45,18 @@ 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"]
       }
     }
   }
 )
 
 run_list(
-  "role[ucl-wates]",
+  "role[ucl-wolfson]",
   "recipe[rsyncd]"
 )