From: Silvio Rhatto Date: Thu, 5 May 2016 16:48:42 +0000 (-0300) Subject: Do not mess with DNS X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=55e5c99c15edcf9528a9ba14b184933c731dd2da;p=puppet-nodo.git Do not mess with DNS --- 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, + } }