]> git.openstreetmap.org Git - chef.git/blobdiff - roles/spike-04.rb
Enable dhcpd on ironbelly
[chef.git] / roles / spike-04.rb
index 0d1ec9a01f2a0d43af094825a2016a9979236cea..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]"
 )