Project

General

Profile

« Previous | Next » 

Revision fd3d862b

Added by Warren Clarke over 8 years ago

allow user to control also-notify on a zone level

Signed-off-by: Warren Clarke <>

added tests to spec file and validate_array in manifests

Closes GH-43

Signed-off-by: Warren Clarke <>

View differences:

templates/named.zone.erb
<% unless @allow_transfer.empty? -%>
allow-transfer { <%= @allow_transfer.join('; ') %>; };
<% end -%>
<% unless @also_notify.empty? -%>
also-notify { <%= @also_notify.join('; ') %>; };
<% end -%>
<% unless @masters.empty? -%>
masters { <%= @masters.join('; ') %>; };
<% end -%>

Also available in: Unified diff