]> git.openstreetmap.org Git - chef.git/blobdiff - roles/base.rb
Add tests for web cookbook
[chef.git] / roles / base.rb
index bc08d820c4bd101c91ae3b1779e905d03ce44f6b..f7a5332510478fd3a2625ebbbec22f801e3dc1cd 100644 (file)
@@ -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]",