]> gitweb.fluxo.info Git - puppet-bind.git/commitdiff
Changes for puppet 4 compatibility develop
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Jun 2017 22:05:38 +0000 (19:05 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Jun 2017 22:05:38 +0000 (19:05 -0300)
manifests/named.pp

index d7fa1b439467e9065be11ecefde942a4a4edf357..3197d0ac303927a7cd9e72c443b743a0425a37b4 100644 (file)
@@ -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'],