X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/67c05c6c4b484a6cdac9473b4e6951e5c76c42a3..9802985c84fa828a7a94ac5a7aafbd5b0f6e5a2c:/roles/base.rb diff --git a/roles/base.rb b/roles/base.rb index bc08d820c..f7a533251 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -10,9 +10,6 @@ default_attributes( :jburgess => { :status => :administrator } } }, - :apt => { - :sources => ["openstreetmap"] - }, :munin => { :plugins => { :chrony => { @@ -91,7 +88,7 @@ run_list( "recipe[chef]", "recipe[devices]", "recipe[hardware]", - "recipe[munin]", + "recipe[munin::plugins]", "recipe[networking]", "recipe[exim]", "recipe[ntp]",