summaryrefslogtreecommitdiff
path: root/manifests/system.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-25 20:39:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-25 20:39:35 -0300
commit12d691a549f92a7bee22864bb2ae40fd473d3e00 (patch)
treee5239e1b0b6cbdcf4cac6d57f986207e4848a4f1 /manifests/system.pp
parentb5b96b42cacf6a96e6402143faf48c4bbf13017b (diff)
downloadpuppet-mail-12d691a549f92a7bee22864bb2ae40fd473d3e00.tar.gz
puppet-mail-12d691a549f92a7bee22864bb2ae40fd473d3e00.tar.bz2
Adding sympa_database_host
Diffstat (limited to 'manifests/system.pp')
-rw-r--r--manifests/system.pp4
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" }
}