From: Silvio Rhatto Date: Sun, 8 Aug 2010 03:14:04 +0000 (-0300) Subject: Base class rename X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f6962d88c6b92ab18e10a9051a49c612d83306a5;p=puppet-mail.git Base class rename --- diff --git a/manifests/mail.pp b/manifests/system.pp similarity index 98% rename from manifests/mail.pp rename to 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'