52d8fe5465
This adds Designate test coverage with puppet-designate to scenario003 with the BIND backend. Change-Id: I06651552f6b9238a46c9d27bca4e30de9853da82
7 lines
182 B
Plaintext
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;
|
|
};
|