puppet-openstack-integration/templates/rndc.conf.erb
David Moreau-Simard 52d8fe5465 Add Designate test coverage to scenario003
This adds Designate test coverage with puppet-designate
to scenario003 with the BIND backend.

Change-Id: I06651552f6b9238a46c9d27bca4e30de9853da82
2016-09-28 10:09:15 -04:00

7 lines
182 B
Plaintext

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