summaryrefslogtreecommitdiff
path: root/manifests/dovecot.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/dovecot.pp')
-rw-r--r--manifests/dovecot.pp4
1 files changed, 2 insertions, 2 deletions
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'],
}