From 09b7b989e92c8a5114adbc849cf74bae76aedbca Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 15 Nov 2017 12:41:00 +0100 Subject: [PATCH] Adding special nameserver configuration to test-mail02.pixelpark.net --- customer/pixelpark-mail/test-mail02.pixelpark.net.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/customer/pixelpark-mail/test-mail02.pixelpark.net.yaml b/customer/pixelpark-mail/test-mail02.pixelpark.net.yaml index a860f246..1a08a8db 100644 --- a/customer/pixelpark-mail/test-mail02.pixelpark.net.yaml +++ b/customer/pixelpark-mail/test-mail02.pixelpark.net.yaml @@ -11,6 +11,11 @@ infra::additional_classes: # Necessary, because the host has a local caching only DNS resolver #puppetconf::server: puppetmaster01.pixelpark.com +##################################################### +# Options for /etc/resolv.conf +resolv_conf::nameservers: + - '127.0.0.1' + ##################################################### # SASL configuration #sasl::authd::mechanism: 'rimap' -- 2.39.5