summaryrefslogtreecommitdiff
path: root/templates/zone-slave.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/zone-slave.erb')
-rw-r--r--templates/zone-slave.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/zone-slave.erb b/templates/zone-slave.erb
index 0ae7e5d..c867428 100644
--- a/templates/zone-slave.erb
+++ b/templates/zone-slave.erb
@@ -1,5 +1,5 @@
# File managed by puppet
-zone <%=name%> IN {
+zone <%=zone%> IN {
type slave;
<% if zone_masters.is_a?(Array) -%>
masters { <%= zone_masters.join('; ') -%>; };