diff options
Diffstat (limited to 'manifests/utils.pp')
-rw-r--r-- | manifests/utils.pp | 10 |
1 files changed, 10 insertions, 0 deletions
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, + } } |