oops, need a name
[mirror/dsa-puppet.git] / modules / postfix / manifests / init.pp
index 0d10b4e..75fdaf0 100644 (file)
@@ -9,7 +9,7 @@ class postfix {
        munin::check { 'ps_smtp': script => 'ps_' }
        munin::check { 'ps_smtpd': script => 'ps_' }
 
-       @ferm::rule {
+       @ferm::rule { 'smtp':
                domain      => '(ip ip6)',
                description => 'Allow smtp access',
                rule        => '&SERVICE(tcp, 25)'