]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nginx/recipes/default.rb
Make nginx cookbook default to using the nginx upstream repository
[chef.git] / cookbooks / nginx / recipes / default.rb
index 93aab56906afd96dabce0acc328ffbc0a3ff5a62..94754546c257168b12a16a807d560a3066e21058 100644 (file)
@@ -17,6 +17,9 @@
 # limitations under the License.
 #
 
+include_recipe "apt"
+include_recipe "munin"
+
 package "nginx"
 
 resolvers = node[:networking][:nameservers].map do |resolver|