summaryrefslogtreecommitdiff
path: root/templates/view.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-24 12:23:07 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-24 12:23:07 -0300
commit815ac34985e362952309e39350928aa28115ce3d (patch)
treea398ec1ab7fdc885696a94b70bc283baa5992d99 /templates/view.erb
parent846059203fcb843f18c06db7901ff6a2dd28f67d (diff)
downloadpuppet-bind-815ac34985e362952309e39350928aa28115ce3d.tar.gz
puppet-bind-815ac34985e362952309e39350928aa28115ce3d.tar.bz2
Fix deprecation warnings
Diffstat (limited to 'templates/view.erb')
-rw-r--r--templates/view.erb8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/view.erb b/templates/view.erb
index 6b3e776..e44423b 100644
--- a/templates/view.erb
+++ b/templates/view.erb
@@ -1,5 +1,5 @@
/* File managed by puppet */
-view "<%= name %>" {
- match-clients { <%= match_clients %>; };
- recursion <%= recursion %>;
- <% if allow_query != false %>allow-query { <%= allow_query %>; }; <% end %>
+view "<%= @name %>" {
+ match-clients { <%= @match_clients %>; };
+ recursion <%= @recursion %>;
+ <% if @allow_query != false %>allow-query { <%= @allow_query %>; }; <% end %>