summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:05:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:05:38 -0300
commita65b3155be57741415eec293bdf48ca375621d2d (patch)
treebb4fcb4491e5c09ec521374c025e45cd2acc03dc
parent94e32efdbdbcb9a0a8164852667aa7c8fe9f833e (diff)
downloadpuppet-bind-develop.tar.gz
puppet-bind-develop.tar.bz2
Changes for puppet 4 compatibilitydevelop
-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'],