From: Frank Brehm Date: Wed, 15 Nov 2017 11:23:14 +0000 (+0100) Subject: Adding common options for /etc/resolv.conf X-Git-Tag: v0.1.0~2047^2~14 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=3bf9b49711bb4330b85b975d763f529574621dbf;p=pixelpark%2Fhiera.git Adding common options for /etc/resolv.conf --- diff --git a/common.yaml b/common.yaml index 3dbe6553..cef46335 100644 --- a/common.yaml +++ b/common.yaml @@ -70,6 +70,17 @@ infra::profile::logrotate::rules: sharedscripts: true postrotate: '/etc/init.d/mcollective restart >/dev/null 2>&1 || true' +##################################################### +# Options for /etc/resolv.conf +resolv_conf::nameservers: + - 217.66.52.10 + - 212.91.225.75 +resolv_conf::searchpath: + - 'pixelpark.net' + - 'pixelpark.com' +resolv_conf::options: + - 'single-request-reopen' + ##################################################### # Account definitions