summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Jeanneret <cedric.jeanneret@camptocamp.com>2012-11-15 12:39:07 +0100
committerCédric Jeanneret <cedric.jeanneret@camptocamp.com>2012-11-15 12:39:07 +0100
commit46c18476c831322abc947bfa4dfee29d3a68b58f (patch)
tree4e2ca20334f0a56e29f01e5bd645d4e9438bae77
parent134bf69ee0d548901ace189cf1039361b3691f37 (diff)
downloadpuppet-bind-46c18476c831322abc947bfa4dfee29d3a68b58f.tar.gz
puppet-bind-46c18476c831322abc947bfa4dfee29d3a68b58f.tar.bz2
slave cannot notify on update
-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;
};