]> git.openstreetmap.org Git - chef.git/blobdiff - roles/spike-04.rb
fix rubocop offenses
[chef.git] / roles / spike-04.rb
index 343a5c59141bc277ba097a158d207d4a287404bd..d1eedebac78be2de648caa1d14c60db63c9ced7d 100644 (file)
@@ -10,7 +10,7 @@ default_attributes(
         :family => :inet,
         :address => "10.0.32.21",
         :bond => {
-          :slaves => %w(em1 em2)
+          :slaves => %w[em1 em2]
         }
       },
       :external_ipv4 => {
@@ -41,7 +41,7 @@ default_attributes(
 run_list(
   "role[bytemark]",
   "role[web-frontend]",
-  "role[web-gpximport]",
-  "role[web-statistics]",
-  "role[web-cleanup]"
+  "role[web-gpximport]",
+  "role[web-statistics]",
+  "role[web-cleanup]"
 )