summaryrefslogtreecommitdiff
path: root/manifests/amavisd.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:06:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:06:30 -0300
commit810231ead207dfefda722c8589afc8e3b4314402 (patch)
treed7279e30e6b10c35eaff0a072302f749513c930d /manifests/amavisd.pp
parent0fb0591ce908cebd73d658101dbc3da1138dece9 (diff)
downloadpuppet-mail-810231ead207dfefda722c8589afc8e3b4314402.tar.gz
puppet-mail-810231ead207dfefda722c8589afc8e3b4314402.tar.bz2
Changes for puppet 4 compatibility
Diffstat (limited to 'manifests/amavisd.pp')
-rw-r--r--manifests/amavisd.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/amavisd.pp b/manifests/amavisd.pp
index 12accfa..d726e00 100644
--- a/manifests/amavisd.pp
+++ b/manifests/amavisd.pp
@@ -9,7 +9,7 @@ class mail::amavisd {
ensure => present,
owner => root,
group => root,
- mode => 0644,
+ mode => '0644',
source => "puppet:///modules/mail/amavisd/05-domain_id",
notify => Service['amavis'],
}
@@ -18,7 +18,7 @@ class mail::amavisd {
ensure => present,
owner => root,
group => root,
- mode => 0644,
+ mode => '0644',
source => "puppet:///modules/mail/amavisd/15-content_filter_mode",
notify => Service['amavis'],
}
@@ -27,7 +27,7 @@ class mail::amavisd {
ensure => present,
owner => root,
group => root,
- mode => 0644,
+ mode => '0644',
source => "puppet:///modules/mail/amavisd/20-debian_defaults",
notify => Service['amavis'],
}
@@ -36,7 +36,7 @@ class mail::amavisd {
ensure => present,
owner => root,
group => root,
- mode => 0644,
+ mode => '0644',
source => "puppet:///modules/mail/amavisd/50-user",
notify => Service['amavis'],
}
@@ -48,7 +48,7 @@ class mail::amavisd {
ensure => present,
owner => root,
group => root,
- mode => 0644,
+ mode => '0644',
content => template('mail/amavisd/05-node_id.erb'),
notify => Service['amavis'],
}