]> git.openstreetmap.org Git - chef.git/blobdiff - roles/faffy.rb
Tune mysql for piwik
[chef.git] / roles / faffy.rb
index 4ab350da069528e0a9e07442473f50d0971fe401..0b02de126903ce54d8b0241945dcd805f27f5ef6 100644 (file)
@@ -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,12 +45,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"]
       }
     }
   }