Skip to content

Commit

Permalink
Merge pull request #2 from liquidtyde/addkeys
Browse files Browse the repository at this point in the history
fixed syntax error with check-names
  • Loading branch information
sethlyons committed Mar 25, 2015
2 parents 8637c05 + b1560f5 commit 070e683
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/named.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ options {
allow-transfer { <%= @allow_transfer.join("; ") %>; };
<% end -%>
<% if !@check_names.empty? -%>
<% @check_names.each do |line| -%>
check-names <%= line.join(' ') %>;
<% end -%>
check-names <%= @check_names.join(' ') %>;
<% end -%>

<% if !@extra_options.empty? -%>
Expand Down

0 comments on commit 070e683

Please sign in to comment.