aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/utils.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp
index 3c8bdae..22c115c 100644
--- a/manifests/utils.pp
+++ b/manifests/utils.pp
@@ -35,7 +35,7 @@ class nodo::utils inherits nodo::utils::base {
# 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' ]:
+ package { [ 'rdnssd', 'dnsmasq', 'dnsmasq-base' ]:
ensure => absent,
}
}