]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/fail2ban/recipes/default.rb
Add apt::repository recipe
[chef.git] / cookbooks / fail2ban / recipes / default.rb
index 060251680b6d9201ba6e1434e618253eb5d52c12..216572989067f79898af72f859da3b28462a1284 100644 (file)
@@ -17,7 +17,6 @@
 # limitations under the License.
 #
 
-include_recipe "munin"
 include_recipe "prometheus"
 
 package %w[
@@ -52,8 +51,6 @@ service "fail2ban" do
   action [:enable, :start]
 end
 
-munin_plugin "fail2ban"
-
 prometheus_exporter "fail2ban" do
   port 9635
   user "root"