From e7285b4d1c821aa18ec266021ea1e72b51684161 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sun, 25 Jul 2010 17:53:43 +0200 Subject: [PATCH] yes, liszt might want to speak smtp --- manifests/site.pp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifests/site.pp b/manifests/site.pp index 4738640d..81cba4ec 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -197,6 +197,13 @@ node default { rule => "&SERVICE(tcp, 873)" } } + liszt: { + @ferm::rule { "smtp": + domain => "(ip ip6)", + description => "Allow smtp access", + rule => "&SERVICE(tcp, 25)" + } + } } case $brokenhosts { "true": { include hosts } -- 2.39.5