fail2ban: lint fixes
[mirror/dsa-puppet.git] / modules / fail2ban / manifests / postfix.pp
index 4b54566..f6f5f68 100644 (file)
@@ -1,10 +1,12 @@
+# postfix-specific fail2ban setup
+#
 class fail2ban::postfix inherits fail2ban {
        file { '/etc/fail2ban/filter.d/dsa-postfix.conf':
                source => 'puppet:///modules/fail2ban/filter/dsa-postfix.conf',
-               notify  => Service['fail2ban'],
+               notify => Service['fail2ban'],
        }
        file { '/etc/fail2ban/jail.d/dsa-postfix.conf':
                source => 'puppet:///modules/fail2ban/jail/dsa-postfix.conf',
-               notify  => Service['fail2ban'],
+               notify => Service['fail2ban'],
        }
 }