summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index c877805..adec808 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -57,14 +57,14 @@ class exim(
},
owner => "root",
group => "root",
- mode => 0644,
+ mode => '0644',
ensure => present,
}
file { "/etc/exim4/update-exim4.conf.conf":
owner => "root",
group => "root",
- mode => 0644,
+ mode => '0644',
ensure => present,
content => template('exim/update-exim4.conf.conf.erb'),
}
@@ -72,7 +72,7 @@ class exim(
file { "/etc/mailname":
owner => "root",
group => "root",
- mode => 0644,
+ mode => '0644',
ensure => present,
content => "$fqdn\n",
}