Skip to content
Snippets Groups Projects
Commit 23a1a817 authored by drebs's avatar drebs
Browse files

Install fail2ban in all nodes

parent 79817984
No related tags found
1 merge request!37Install fail2ban in all nodes
Pipeline #190552 failed
...@@ -14,6 +14,7 @@ class profile::base::minimal ( ...@@ -14,6 +14,7 @@ class profile::base::minimal (
include profile::systemd include profile::systemd
include profile::packages include profile::packages
include profile::needrestart include profile::needrestart
include profile::fail2ban
if $manage_firewall { if $manage_firewall {
include profile::firewall include profile::firewall
......
# Fail2ban
class profile::fail2ban {
ensure_packages(['fail2ban'])
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment