From fca62720d5ad3970d7a0d8307a0ba455b54fe403 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 13 May 2022 11:31:56 +0900 Subject: [PATCH] Remove unused template file This is follow-up of c3cd975d50c4a577ecc06ff6aec9dcd062665d06 and removes the template file for pools.yaml, which is now generated by puppet-designate. Change-Id: I5357859ac6f45740f2505e4a5ebe35c780798eaa --- templates/pools.yaml.erb | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 templates/pools.yaml.erb diff --git a/templates/pools.yaml.erb b/templates/pools.yaml.erb deleted file mode 100644 index 9fcf95c20..000000000 --- a/templates/pools.yaml.erb +++ /dev/null @@ -1,29 +0,0 @@ ---- -- name: default - description: Puppet BIND Pool - attributes: {} - - ns_records: - - hostname: ns1.example.org. - priority: 1 - - nameservers: - - host: 127.0.0.1 - port: 5322 - - targets: - - type: bind9 - description: BIND Instance - - masters: - # mdns doesn't support ipv6 - - host: 127.0.0.1 - port: 5354 - - options: - host: 127.0.0.1 - port: 5322 - rndc_host: 127.0.0.1 - rndc_port: 953 - rndc_config_file: /etc/rndc.conf - rndc_key_file: /etc/rndc.key