summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-08 00:14:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-08 00:14:04 -0300
commitf6962d88c6b92ab18e10a9051a49c612d83306a5 (patch)
treef6dc2f8a478aedc389b1b80a33c75819dce95a6e
parent4febaae9f2f816bd606d3c05456e47b44dcaeb24 (diff)
downloadpuppet-mail-f6962d88c6b92ab18e10a9051a49c612d83306a5.tar.gz
puppet-mail-f6962d88c6b92ab18e10a9051a49c612d83306a5.tar.bz2
Base class rename
-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'