]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/recipes/default.rb
Split out default munin plugin installation to a new recipe
[chef.git] / cookbooks / tilecache / recipes / default.rb
index 63de8a529f92a3b85802077c3161d2e14fb18f91..1cf0e7b2e0c9a4b4d03f3680915250152b7b5b01 100644 (file)
 
 require "ipaddr"
 
-include_recipe "ssl"
-include_recipe "squid"
-include_recipe "nginx"
 include_recipe "fail2ban"
+include_recipe "munin"
+include_recipe "nginx"
+include_recipe "squid"
+include_recipe "ssl"
 
 package "apache2" do
   action :remove