]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/squid/recipes/default.rb
Split out default munin plugin installation to a new recipe
[chef.git] / cookbooks / squid / recipes / default.rb
index a5af78090ea766595b5b53dc106d9abcd24da714..457228fee8d348bddb4349e247bca8afb67d32f1 100644 (file)
@@ -18,6 +18,7 @@
 #
 
 include_recipe "apt"
+include_recipe "munin"
 
 if node[:squid][:version] >= 3
   apt_package "squid" do