summaryrefslogtreecommitdiff
path: root/manifests/amavisd.pp
diff options
context:
space:
mode:
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'],
}