]> 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 fcc5f337c6c07cce8816abab687a599ecab4837d..457228fee8d348bddb4349e247bca8afb67d32f1 100644 (file)
@@ -17,6 +17,9 @@
 # limitations under the License.
 #
 
+include_recipe "apt"
+include_recipe "munin"
+
 if node[:squid][:version] >= 3
   apt_package "squid" do
     action :unlock