diff options
author | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2012-11-19 11:18:04 +0100 |
---|---|---|
committer | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2012-11-19 11:18:24 +0100 |
commit | 4b13fbe430e59ba098cd984dca4731ed02208856 (patch) | |
tree | 4e2ca20334f0a56e29f01e5bd645d4e9438bae77 /templates/zone-slave.erb | |
parent | 134bf69ee0d548901ace189cf1039361b3691f37 (diff) | |
download | puppet-bind-4b13fbe430e59ba098cd984dca4731ed02208856.tar.gz puppet-bind-4b13fbe430e59ba098cd984dca4731ed02208856.tar.bz2 |
Merge commit '22c2c4e2928cf62fd8ab2c1b19472246b07c4265' into staging
Diffstat (limited to 'templates/zone-slave.erb')
-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; }; |