From e2d4e6ca10904e73a70e7398e830ccff5f4f29d6 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 5 Jun 2012 20:13:22 -0300 Subject: new style for 2.7 --- manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index a6f5fcc..adf2430 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -5,13 +5,13 @@ class dovecot( $pgsql = false, $mysql = false, $nagios_checks = { - 'imap-hostname' => $fqdn, - 'pop3-hostname' => $fqdn, + 'imap-hostname' => $::fqdn, + 'pop3-hostname' => $::fqdn, }, $munin_checks = true, $manage_shorewall = true ){ - case $operatingsystem { + case $::operatingsystem { centos: { include dovecot::centos } default: { include dovecot::base } } -- cgit v1.2.3