X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e683209e4f70c3ef4c859ebcd287544174cd760a..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/ucl.rb diff --git a/roles/ucl.rb b/roles/ucl.rb index b3220a994..a0f5331f4 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -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]" )