From 810231ead207dfefda722c8589afc8e3b4314402 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 5 Jun 2017 19:06:30 -0300 Subject: Changes for puppet 4 compatibility --- manifests/dovecot.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/dovecot.pp') diff --git a/manifests/dovecot.pp b/manifests/dovecot.pp index ac22bfb..d76ae79 100644 --- a/manifests/dovecot.pp +++ b/manifests/dovecot.pp @@ -10,7 +10,7 @@ class mail::dovecot { ensure => present, owner => root, group => vmail, - mode => 0644, + mode => '0644', content => template("mail/dovecot/dovecot.conf.${::lsbdistcodename}.erb"), notify => Service['dovecot'], } @@ -19,7 +19,7 @@ class mail::dovecot { ensure => present, owner => root, group => root, - mode => 0600, + mode => '0600', content => template('mail/dovecot/dovecot-sql.conf.erb'), notify => Service['dovecot'], } -- cgit v1.2.3