]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl.rb
Reduce maximum multixact age for promscale
[chef.git] / roles / ucl.rb
index b3220a9941ceb62d7b9c8a06bb338da12ea25969..a0f5331f4a6c3c49ef44059e8481bd23b5cb2c2c 100644 (file)
@@ -30,7 +30,7 @@ default_attributes(
 
 override_attributes(
   :networking => {
-    :nameservers => ["10.0.0.3", "8.8.8.8", "8.8.4.4"],
+    :nameservers => ["10.0.0.3", "1.1.1.1", "1.0.0.1"],
     :search => ["ucl.openstreetmap.org", "openstreetmap.org"]
   },
   :ntp => {
@@ -39,6 +39,5 @@ override_attributes(
 )
 
 run_list(
-  "role[gb]",
-  "recipe[prometheus]"
+  "role[gb]"
 )