diff options
-rw-r--r-- | manifests/system.pp (renamed from manifests/mail.pp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/mail.pp b/manifests/system.pp index 473a1f6..8194bea 100644 --- a/manifests/mail.pp +++ b/manifests/system.pp @@ -1,4 +1,4 @@ -class mail { +class mail::system { $postfix_smtp_listen = "all" $postfix_use_amavisd = "yes" $postfix_mydestination = '$myhostname, $mydomain, localhost.$mydomain, localhost' |