]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl.rb
Update piwik to 3.14.1
[chef.git] / roles / ucl.rb
index f0edbfdfe98c234548e96782bd6c5d4654607c73..7f74979a5e81070e07f963df9e3c2e0d72481209 100644 (file)
@@ -4,7 +4,6 @@ description "Role applied to all servers at UCL"
 default_attributes(
   :location => "Slough, England",
   :networking => {
-    :netplan => true,
     :roles => {
       :internal => {
         :inet => {
@@ -34,5 +33,6 @@ override_attributes(
 )
 
 run_list(
-  "role[gb]"
+  "role[gb]",
+  "recipe[prometheus]"
 )