From 55e5c99c15edcf9528a9ba14b184933c731dd2da Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 5 May 2016 13:48:42 -0300 Subject: Do not mess with DNS --- manifests/utils.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manifests/utils.pp b/manifests/utils.pp index af9092a..3414fd3 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -28,4 +28,14 @@ class nodo::utils inherits nodo::utils::base { owner => root, group => root, } + + # Not in use for various reasons + # + # #767071 - rdnssd drops non-nameserver settings from /etc/resolv.conf when overwriting it + # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767071 + # #740998 - NetworkManager and rdnssd do not play well together + # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740998 + package { [ 'rdnssd', 'dnsmasq' ]: + ensure => absent, + } } -- cgit v1.2.3