diff options
author | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2012-11-15 12:39:07 +0100 |
---|---|---|
committer | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2012-11-15 12:39:07 +0100 |
commit | 46c18476c831322abc947bfa4dfee29d3a68b58f (patch) | |
tree | 4e2ca20334f0a56e29f01e5bd645d4e9438bae77 | |
parent | 134bf69ee0d548901ace189cf1039361b3691f37 (diff) | |
download | puppet-bind-46c18476c831322abc947bfa4dfee29d3a68b58f.tar.gz puppet-bind-46c18476c831322abc947bfa4dfee29d3a68b58f.tar.bz2 |
slave cannot notify on update
-rw-r--r-- | templates/zone-slave.erb | 1 |
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; }; |