From a65b3155be57741415eec293bdf48ca375621d2d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 5 Jun 2017 19:05:38 -0300 Subject: Changes for puppet 4 compatibility --- manifests/named.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], -- cgit v1.2.3