From: Silvio Rhatto Date: Mon, 5 Jun 2017 22:05:38 +0000 (-0300) Subject: Changes for puppet 4 compatibility X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=refs%2Fheads%2Fdevelop;p=puppet-bind.git Changes for puppet 4 compatibility --- 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'],