]> git.openstreetmap.org Git - chef.git/blobdiff - roles/spike-04.rb
Enable dhcpd on ironbelly
[chef.git] / roles / spike-04.rb
index b0bb7633e49be0cfadc0a139b522f12909d565d6..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 => {
@@ -42,6 +42,6 @@ run_list(
   "role[bytemark]",
   "role[web-frontend]",
   "role[web-gpximport]",
-  "role[web-statistics]",
-  "role[web-cleanup]"
+  "role[web-statistics]",
+  "role[web-cleanup]"
 )