diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-25 20:39:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-25 20:39:35 -0300 |
commit | 12d691a549f92a7bee22864bb2ae40fd473d3e00 (patch) | |
tree | e5239e1b0b6cbdcf4cac6d57f986207e4848a4f1 /manifests | |
parent | b5b96b42cacf6a96e6402143faf48c4bbf13017b (diff) | |
download | puppet-mail-12d691a549f92a7bee22864bb2ae40fd473d3e00.tar.gz puppet-mail-12d691a549f92a7bee22864bb2ae40fd473d3e00.tar.bz2 |
Adding sympa_database_host
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/system.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/system.pp b/manifests/system.pp index 4b3b3b7..d226191 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -62,6 +62,10 @@ class mail::system { '': { $sympa_database_name= "sympa" } } + case $sympa_database_host { + '': { $sympa_database_host = "localhost" } + } + case $sympa_subdomain { '': { $sympa_subdomain = "lists" } } |