From: Silvio Rhatto Date: Sun, 26 May 2013 19:28:00 +0000 (-0300) Subject: Manage /etc/bind/views X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f5d7d7a3a43e15cecb88c0e4eebc75019344e987;p=puppet-bind.git Manage /etc/bind/views --- diff --git a/manifests/base.pp b/manifests/base.pp index 369100a..9633438 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -25,7 +25,7 @@ class bind::base { require => Package['bind9'], } - file {'/etc/bind/zones': + file { [ '/etc/bind/zones', '/etc/bind/views' ]: ensure => directory, owner => root, group => root,