]> git.openstreetmap.org Git - chef.git/commitdiff
nginx: add libwww-perl req by munin nginx
authorGrant Slater <git@firefishy.com>
Thu, 31 Oct 2019 23:32:01 +0000 (23:32 +0000)
committerGrant Slater <git@firefishy.com>
Thu, 31 Oct 2019 23:32:01 +0000 (23:32 +0000)
cookbooks/nginx/recipes/default.rb

index ade13504d442c513ac861ca255553fdd5aa24588..ae6fb2362c71fd7ead8d3a85de1b9debec67fbbc 100644 (file)
@@ -55,5 +55,7 @@ munin_plugin_conf "nginx" do
   template "munin.erb"
 end
 
+package "libwww-perl"
+
 munin_plugin "nginx_request"
 munin_plugin "nginx_status"