summaryrefslogtreecommitdiffstats
path: root/modules/mail/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-02-19 02:36:58 -0500
committerJesse Luehrs <doy@tozt.net>2019-02-19 02:36:58 -0500
commit66bdc0aa2a29678f7628270ca50a1ce8fcd205fb (patch)
treec2cfffdd4f2b2ad3f4d497d3d93c17c2e0d38797 /modules/mail/manifests
parentba115c88c5f93561b6f521d6dc232c7c6d85801b (diff)
downloadpuppet-tozt-66bdc0aa2a29678f7628270ca50a1ce8fcd205fb.tar.gz
puppet-tozt-66bdc0aa2a29678f7628270ca50a1ce8fcd205fb.zip
configure fail2ban separately for each host
since mail isn't going to be running nginx directly
Diffstat (limited to 'modules/mail/manifests')
-rw-r--r--modules/mail/manifests/services.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/mail/manifests/services.pp b/modules/mail/manifests/services.pp
index ca9f88a..8f05bfb 100644
--- a/modules/mail/manifests/services.pp
+++ b/modules/mail/manifests/services.pp
@@ -1,3 +1,4 @@
class mail::services {
- include fail2ban
+ fail2ban::jail { "sshd":
+ }
}