diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-23 21:37:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-23 21:37:05 -0300 |
commit | 9930511b8d2a6d8b359be6c67d4a232937a7dea4 (patch) | |
tree | c3878bfcdbc3709e9a1eabc2aa3b4753bdad6b55 | |
parent | 0a87a7d7225b0fd509aebfa4a23c599705c96190 (diff) | |
download | puppet-mail-9930511b8d2a6d8b359be6c67d4a232937a7dea4.tar.gz puppet-mail-9930511b8d2a6d8b359be6c67d4a232937a7dea4.tar.bz2 |
Oops
-rw-r--r-- | manifests/system.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/system.pp b/manifests/system.pp index b14835a..b0d830e 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -70,7 +70,7 @@ class mail::system { case $mail_schleuder { true: { include mail::packages::schleuder - include schleuder + include mail::schleuder } } } |