]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
[PP] - Adding test name servers
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 3 May 2018 14:52:25 +0000 (16:52 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 3 May 2018 14:52:25 +0000 (16:52 +0200)
customer/pixelpark-dns/test-dnsmaster.pixelpark.com.yaml [new file with mode: 0644]
customer/pixelpark-dns/test-dnsslave.pixelpark.com.yaml [new file with mode: 0644]

diff --git a/customer/pixelpark-dns/test-dnsmaster.pixelpark.com.yaml b/customer/pixelpark-dns/test-dnsmaster.pixelpark.com.yaml
new file mode 100644 (file)
index 0000000..c185382
--- /dev/null
@@ -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 (file)
index 0000000..6e073ea
--- /dev/null
@@ -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'
+
+