From 9e446a42af84819501a18f5dac2572e578d34599 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 3 May 2018 16:52:25 +0200 Subject: [PATCH] [PP] - Adding test name servers --- .../test-dnsmaster.pixelpark.com.yaml | 14 ++++++++++++++ .../test-dnsslave.pixelpark.com.yaml | 18 ++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 customer/pixelpark-dns/test-dnsmaster.pixelpark.com.yaml create mode 100644 customer/pixelpark-dns/test-dnsslave.pixelpark.com.yaml 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' + + -- 2.39.5