diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/zone-master.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/zone-master.erb b/templates/zone-master.erb index eaabf8a..1253a07 100644 --- a/templates/zone-master.erb +++ b/templates/zone-master.erb @@ -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('; ') -%>; }; |