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 /templates | |
parent | 9a83a2d427136ffaab3260712181cc6e932673dd (diff) | |
download | puppet-bind-81a4a5ac3b109b806c629bb540d25f93c6dd9ef5.tar.gz puppet-bind-81a4a5ac3b109b806c629bb540d25f93c6dd9ef5.tar.bz2 |
Adding allow_query parameter to bind::view
Diffstat (limited to 'templates')
-rw-r--r-- | templates/view.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view.erb b/templates/view.erb index 44de741..6b3e776 100644 --- a/templates/view.erb +++ b/templates/view.erb @@ -2,4 +2,4 @@ view "<%= name %>" { match-clients { <%= match_clients %>; }; recursion <%= recursion %>; - + <% if allow_query != false %>allow-query { <%= allow_query %>; }; <% end %> |