From 095d4dd382cbe26fb536ce2e9e34ab9d5b62f76c Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 8 Dec 2017 16:25:30 +0100 Subject: [PATCH] Disabling managing resolv.cong for name servers --- customer/pixelpark-dns/common.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/customer/pixelpark-dns/common.yaml b/customer/pixelpark-dns/common.yaml index 034cd076..3018c546 100644 --- a/customer/pixelpark-dns/common.yaml +++ b/customer/pixelpark-dns/common.yaml @@ -47,14 +47,15 @@ infra::profile::logrotate::rules: ##################################################### # Options for /etc/resolv.conf -resolv_conf::nameservers: +resolv_conf::manage: false +#resolv_conf::nameservers: # - '127.0.0.1' - - '217.66.52.10' - - '212.91.225.75' -resolv_conf::searchpath: - - 'pp-dns.com' - - 'pixelpark.net' - - 'pixelpark.com' +# - '217.66.52.10' +# - '212.91.225.75' +#resolv_conf::searchpath: +# - 'pp-dns.com' +# - 'pixelpark.net' +# - 'pixelpark.com' ##################################################### # BIND configuration -- 2.39.5