summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Jeanneret <cedric.jeanneret@camptocamp.com>2012-11-19 11:18:04 +0100
committerCédric Jeanneret <cedric.jeanneret@camptocamp.com>2012-11-19 11:18:24 +0100
commit4b13fbe430e59ba098cd984dca4731ed02208856 (patch)
tree4e2ca20334f0a56e29f01e5bd645d4e9438bae77
parent134bf69ee0d548901ace189cf1039361b3691f37 (diff)
downloadpuppet-bind-4b13fbe430e59ba098cd984dca4731ed02208856.tar.gz
puppet-bind-4b13fbe430e59ba098cd984dca4731ed02208856.tar.bz2
Merge commit '22c2c4e2928cf62fd8ab2c1b19472246b07c4265' into staging
-rw-r--r--templates/zone-slave.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/zone-slave.erb b/templates/zone-slave.erb
index 5f6acca..0ae7e5d 100644
--- a/templates/zone-slave.erb
+++ b/templates/zone-slave.erb
@@ -7,5 +7,4 @@ zone <%=name%> IN {
masters { <%= zone_masters %>; };
<% end -%>
allow-query { any; };
- notify yes;
};