]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/recipes/default.rb
Add newer version of fw_conntrack munin plugin
[chef.git] / cookbooks / munin / recipes / default.rb
index eac718fc004b2c23ab1e50be8246a53f334f449c..41d722e0cdc64113ce703c9117f8423df1be0350 100644 (file)
@@ -102,6 +102,8 @@ munin_plugin "entropy"
 munin_plugin "forks"
 
 if node[:kernel][:modules].include?("nf_conntrack")
+  package "conntrack"
+
   munin_plugin "fw_conntrack"
   munin_plugin "fw_forwarded_local"
 else