From 1890d3562290281450ba6d6552a45caa3a66ba09 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Sun, 23 Mar 2014 03:04:14 +0100 Subject: merge with immerda's syslog option and nadirs latest head fixes #5031 for LEAP --- manifests/init.pp | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'manifests/init.pp') 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, -- cgit v1.2.3