From: Frank Brehm Date: Thu, 3 May 2018 14:52:25 +0000 (+0200) Subject: [PP] - Adding test name servers X-Git-Tag: v0.1.0~1143 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=9e446a42af84819501a18f5dac2572e578d34599;p=pixelpark%2Fhiera.git [PP] - Adding test name servers --- diff --git a/customer/pixelpark-dns/test-dnsmaster.pixelpark.com.yaml b/customer/pixelpark-dns/test-dnsmaster.pixelpark.com.yaml new file mode 100644 index 00000000..c1853827 --- /dev/null +++ b/customer/pixelpark-dns/test-dnsmaster.pixelpark.com.yaml @@ -0,0 +1,14 @@ +--- +infra::additional_classes: + #- infra::profile::apache + - rsyslog::client + - infra::profile::logrotate + +##################################################### +# Options for /etc/resolv.conf +resolv_conf::nameservers: + - '217.66.52.10' + - '212.91.225.75' + - '93.188.109.13' + + diff --git a/customer/pixelpark-dns/test-dnsslave.pixelpark.com.yaml b/customer/pixelpark-dns/test-dnsslave.pixelpark.com.yaml new file mode 100644 index 00000000..6e073ea2 --- /dev/null +++ b/customer/pixelpark-dns/test-dnsslave.pixelpark.com.yaml @@ -0,0 +1,18 @@ +--- +#infra::role: base +#infra::additional_classes: +# - bind + +# Necessary, because the host has a local caching only DNS resolver +#puppetconf::server: puppetmaster01.pixelpark.com + +bind::local_recursor: true + +bind::deploy::environment: 'local' + +#resolv_conf::nameservers: +# - '127.0.0.1' +# - '212.91.225.75' +# - '93.188.109.13' + +