summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/named.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/named.pp b/manifests/named.pp
index d7fa1b4..3197d0a 100644
--- a/manifests/named.pp
+++ b/manifests/named.pp
@@ -5,7 +5,7 @@ class bind::named {
ensure => present,
owner => root,
group => root,
- mode => 0644,
+ mode => '0644',
source => [ 'puppet:///modules/site_bind/named.conf',
'puppet:///modules/bind/named.conf' ]
notify => Service['bind9'],