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

7 lines
182 B
Plaintext
Raw Normal View History

include "/etc/rndc.key";
options {
default-key "rndc-key";
default-server <%= scope.lookupvar("openstack_integration::config::host") %>;
default-port 953;
};