]> git.openstreetmap.org Git - chef.git/blobdiff - roles/spike-04.rb
Fix rubocop warnings
[chef.git] / roles / spike-04.rb
index 343a5c59141bc277ba097a158d207d4a287404bd..e1c8c95f02e6fbadc80ce05b6a084cb3c107550e 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 => {
@@ -40,7 +40,7 @@ default_attributes(
 
 run_list(
   "role[bytemark]",
-  "role[web-frontend]",
+  "role[web-frontend]"
   # "role[web-gpximport]",
   # "role[web-statistics]",
   # "role[web-cleanup]"