X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/484bf308fb9f43eda4c2d7ac7b3d3d23a3288044..720e170f702fef16f779716f25202851e348fc8a:/roles/base.rb diff --git a/roles/base.rb b/roles/base.rb index 23b5e4e1a..310b2ddf1 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -20,7 +20,7 @@ default_attributes( :networking => { :roles => { :internal => { :metric => 200, :zone => "loc" }, - :external => { :metric => 100 } + :external => { :metric => 100, :zone => "osm" } }, :search => ["openstreetmap.org"] }, @@ -88,6 +88,7 @@ run_list( "recipe[chef]", "recipe[devices]", "recipe[hardware]", + "recipe[prometheus]", "recipe[munin::plugins]", "recipe[networking]", "recipe[exim]",