summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2014-03-23 03:04:14 +0100
committerkwadronaut <kwadronaut@leap.se>2014-03-23 03:04:14 +0100
commit1890d3562290281450ba6d6552a45caa3a66ba09 (patch)
tree066db6d9e0c7cd3555a5a0a0eba157c6eb8b4c75 /manifests/init.pp
parentc4f2489d7c37cc67bcde416be61123c1f70d7cde (diff)
merge with immerda's syslog option and nadirs latest head fixes #5031
for LEAP
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp13
1 files changed, 7 insertions, 6 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 29d6da7..8b6c904 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,12 +1,13 @@
# we take rpms from fedora
class dovecot(
- $type = 'some_unkown_type',
- $sqlite = false,
- $pgsql = false,
- $mysql = false,
+ $type = 'some_unkown_type',
+ $sqlite = false,
+ $pgsql = false,
+ $mysql = false,
+ $use_syslog = true,
$nagios_checks = {
- 'imap-hostname' => $fqdn,
- 'pop3-hostname' => $fqdn,
+ 'imap-hostname' => $::fqdn,
+ 'pop3-hostname' => $::fqdn,
},
$munin_checks = true,
$manage_shorewall = true,