]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nginx/recipes/default.rb
Split out default munin plugin installation to a new recipe
[chef.git] / cookbooks / nginx / recipes / default.rb
index 93aab56906afd96dabce0acc328ffbc0a3ff5a62..aec734c17f2ae9dc9744b1dcdd78724bfeb58b4a 100644 (file)
@@ -17,6 +17,8 @@
 # limitations under the License.
 #
 
+include_recipe "munin"
+
 package "nginx"
 
 resolvers = node[:networking][:nameservers].map do |resolver|