summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-05 20:13:22 -0300
committermh <mh@immerda.ch>2012-06-05 20:13:22 -0300
commite2d4e6ca10904e73a70e7398e830ccff5f4f29d6 (patch)
tree076c284d5dee8938d19d51503fdca5784bec79b5 /manifests/init.pp
parentd25093378160536208d523ee132f8f80326ed0f3 (diff)
new style for 2.7
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp6
1 files changed, 3 insertions, 3 deletions
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 }
}