diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-23 21:18:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-23 21:18:20 -0300 |
commit | 0a87a7d7225b0fd509aebfa4a23c599705c96190 (patch) | |
tree | cc0aefaa69586ffcaa2bf92831f2574a149bddaa /manifests/system.pp | |
parent | f7172c4e3a9a06f90394f6335c39ded084b7205a (diff) | |
download | puppet-mail-0a87a7d7225b0fd509aebfa4a23c599705c96190.tar.gz puppet-mail-0a87a7d7225b0fd509aebfa4a23c599705c96190.tar.bz2 |
Schleuder configuration
Diffstat (limited to 'manifests/system.pp')
-rw-r--r-- | manifests/system.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/system.pp b/manifests/system.pp index d33a792..b14835a 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -70,6 +70,7 @@ class mail::system { case $mail_schleuder { true: { include mail::packages::schleuder + include schleuder } } } |