summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorCédric Jeanneret <cedric.jeanneret@camptocamp.com>2012-11-14 14:25:19 +0100
committerCédric Jeanneret <cedric.jeanneret@camptocamp.com>2012-11-14 14:25:19 +0100
commit93ad475ebdee5685f52e1ca943581f48298851a7 (patch)
treecc64ca19956cac5cace2e6e4a47093cc9e2811f6 /templates
parent0e517403f9789ad7655e3e87c43a0c70c6e1d494 (diff)
downloadpuppet-bind-93ad475ebdee5685f52e1ca943581f48298851a7.tar.gz
puppet-bind-93ad475ebdee5685f52e1ca943581f48298851a7.tar.bz2
corrected template for slave zones - missing ;
Diffstat (limited to 'templates')
-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 b5b3754..5f6acca 100644
--- a/templates/zone-slave.erb
+++ b/templates/zone-slave.erb
@@ -8,4 +8,4 @@ zone <%=name%> IN {
<% end -%>
allow-query { any; };
notify yes;
-}
+};