]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Do not mess with DNS
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 5 May 2016 16:48:42 +0000 (13:48 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 5 May 2016 16:48:42 +0000 (13:48 -0300)
manifests/utils.pp

index af9092abb1177eac35fe99630272e5cdf59ae4ea..3414fd3179aeb7b3cd237e4225341cc6659ea4b2 100644 (file)
@@ -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,
+  }
 }