Fix up bind::updater and support rndc

I thought I fixed rndc a while ago... not quite. Do it now. Make bind::updater
actually work (incomplete last time)
This commit is contained in:
Nate Riffe
2014-06-27 14:43:46 -05:00
parent 09cf90342b
commit a66b985adb
5 changed files with 29 additions and 16 deletions
+7
View File
@@ -2,6 +2,13 @@
include "<%= @confdir %>/acls.conf";
include "<%= @confdir %>/keys.conf";
include "<%= @confdir %>/views.conf";
<%- if @rndc -%>
include "<%= @confdir %>/rndc.key";
controls {
inet 127.0.0.1 allow { localhost; } keys { rndc-key; };
};
<%- end -%>
options {
directory "<%= @cachedir %>";