]> gitweb.fluxo.info Git - puppet-bind.git/commitdiff
Fix another deprecation warning
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Mar 2016 15:24:36 +0000 (12:24 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Mar 2016 15:24:36 +0000 (12:24 -0300)
templates/zone-master.erb

index eaabf8ae2e49dc3055e8a84718452f44e36e30b7..1253a072a43754b024c1295bf8a159a5116c23b4 100644 (file)
@@ -1,7 +1,7 @@
 # File managed by puppet
 zone "<%=@zone%>" IN {
   type master;
-  file "/etc/bind/pri/<%=name%>.conf";
+  file "/etc/bind/pri/<%=@name%>.conf";
 <% if @zone_xfers and not @zone_xfers.empty? -%>
   <% if @zone_xfers.is_a?(Array) -%>
   allow-transfer { <%= @zone_xfers.join('; ') -%>; };