diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:05:38 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:05:38 -0300 |
commit | a65b3155be57741415eec293bdf48ca375621d2d (patch) | |
tree | bb4fcb4491e5c09ec521374c025e45cd2acc03dc | |
parent | 94e32efdbdbcb9a0a8164852667aa7c8fe9f833e (diff) | |
download | puppet-bind-develop.tar.gz puppet-bind-develop.tar.bz2 |
Changes for puppet 4 compatibilitydevelop
-rw-r--r-- | manifests/named.pp | 2 |
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'], |