From: Stephen Gran Date: Sun, 22 Apr 2012 19:00:13 +0000 (+0100) Subject: oops, need a name X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=faa394e092aa7af4c280508a215aff53ceb1db05;hp=961d1e1e3be93623ae35887645724406fb44fab8;p=mirror%2Fdsa-puppet.git oops, need a name Signed-off-by: Stephen Gran --- diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp index 0d10b4e88..75fdaf0f9 100644 --- a/modules/postfix/manifests/init.pp +++ b/modules/postfix/manifests/init.pp @@ -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)'