summaryrefslogtreecommitdiff
path: root/manifests/dovecot.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-21 18:01:00 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-21 18:01:00 -0200
commit86515e9a0f27d36e38faee05beb03cbb99677e73 (patch)
tree355b620ee9ea98be6d54f87c506b64b2024c8076 /manifests/dovecot.pp
parent14d954ff02564493192fe1fc9ad3a148ba20ef60 (diff)
downloadpuppet-mail-86515e9a0f27d36e38faee05beb03cbb99677e73.tar.gz
puppet-mail-86515e9a0f27d36e38faee05beb03cbb99677e73.tar.bz2
Refactoring for 2.7 compatibility
Diffstat (limited to 'manifests/dovecot.pp')
-rw-r--r--manifests/dovecot.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/dovecot.pp b/manifests/dovecot.pp
index c054678..c4f7b4b 100644
--- a/manifests/dovecot.pp
+++ b/manifests/dovecot.pp
@@ -10,7 +10,7 @@ class mail::dovecot {
owner => root,
group => vmail,
mode => 0644,
- content => template("mail/dovecot/dovecot.conf.${lsbdistcodename}.erb"),
+ content => template("mail/dovecot/dovecot.conf.${::lsbdistcodename}.erb"),
notify => Service['dovecot'],
}