]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl.rb
Update piwik to 3.14.1
[chef.git] / roles / ucl.rb
index 7715e629aaaf812e555f8f510505040783b0999c..7f74979a5e81070e07f963df9e3c2e0d72481209 100644 (file)
@@ -2,11 +2,6 @@ name "ucl"
 description "Role applied to all servers at UCL"
 
 default_attributes(
-  :chef => {
-    :client => {
-      :version => "13.6.4"
-    }
-  },
   :location => "Slough, England",
   :networking => {
     :roles => {
@@ -38,5 +33,6 @@ override_attributes(
 )
 
 run_list(
-  "role[gb]"
+  "role[gb]",
+  "recipe[prometheus]"
 )