diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-22 17:47:34 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-22 17:47:34 -0200 |
commit | 00203b5199821a2b2a41a26e59ca15940866aec9 (patch) | |
tree | cc461510a1fac78ca67591023a9e4789285ae29d | |
parent | 773c7b9d67ed2ccc8994ebd029ec7c6220008d60 (diff) | |
download | puppet-mail-00203b5199821a2b2a41a26e59ca15940866aec9.tar.gz puppet-mail-00203b5199821a2b2a41a26e59ca15940866aec9.tar.bz2 |
Including mail::system::params at init.pp
-rw-r--r-- | manifests/init.pp | 1 | ||||
-rw-r--r-- | manifests/system.pp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index a75022d..d30a0ac 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -2,3 +2,4 @@ # Mail module # +include mail::system::params diff --git a/manifests/system.pp b/manifests/system.pp index 88efda7..5347695 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -33,7 +33,6 @@ class mail::system { include mail::spamassassin # Default parameters - include mail::system::params include mail::firma::params include mail::mlmmj::params include mail::sympa::params |