puppet-openstack-integration/templates/rndc.conf.erb

7 lines
148 B
Plaintext

include "<%= @dnsdir %>/rndc.key";
options {
default-key "rndc-key";
default-server <%= @bind_host %>;
default-port 953;
};