diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-19 18:34:48 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-19 18:34:48 -0300 | 
| commit | 81a4a5ac3b109b806c629bb540d25f93c6dd9ef5 (patch) | |
| tree | bd4c69c772f1a2cb2b55fa21ebd7012648ee4658 /manifests | |
| parent | 9a83a2d427136ffaab3260712181cc6e932673dd (diff) | |
| download | puppet-bind-81a4a5ac3b109b806c629bb540d25f93c6dd9ef5.tar.gz puppet-bind-81a4a5ac3b109b806c629bb540d25f93c6dd9ef5.tar.bz2  | |
Adding allow_query parameter to bind::view
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/view.pp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/view.pp b/manifests/view.pp index a376e06..a5f7bf5 100644 --- a/manifests/view.pp +++ b/manifests/view.pp @@ -10,6 +10,7 @@  define bind::view (    $ensure        = present,    $match_clients = 'any', +  $allow_query   = false,    $recursion     = 'yes',    $order         = 10,  ) {  | 
