summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-22 17:43:57 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-22 17:43:57 -0200
commit773c7b9d67ed2ccc8994ebd029ec7c6220008d60 (patch)
tree6a8a47a8b7048bdae4f1799a5f038bf2259581bf /manifests
parentc0024c4eb335f4b2406662586c1f69617f79ce8b (diff)
downloadpuppet-mail-773c7b9d67ed2ccc8994ebd029ec7c6220008d60.tar.gz
puppet-mail-773c7b9d67ed2ccc8994ebd029ec7c6220008d60.tar.bz2
Missing stuff
Diffstat (limited to 'manifests')
-rw-r--r--manifests/mlmmj/params.pp2
-rw-r--r--manifests/system.pp1
2 files changed, 2 insertions, 1 deletions
diff --git a/manifests/mlmmj/params.pp b/manifests/mlmmj/params.pp
index ed77f69..067d6e6 100644
--- a/manifests/mlmmj/params.pp
+++ b/manifests/mlmmj/params.pp
@@ -1,3 +1,3 @@
-class mail:mlmmj::params {
+class mail::mlmmj::params {
$subdomain = 'mlmmj'
}
diff --git a/manifests/system.pp b/manifests/system.pp
index 5347695..88efda7 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -33,6 +33,7 @@ class mail::system {
include mail::spamassassin
# Default parameters
+ include mail::system::params
include mail::firma::params
include mail::mlmmj::params
include mail::sympa::params