aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-05-12 10:46:10 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-05-12 10:46:10 -0300
commit9abba0402e36b31f15ac9288f0022f184785bdd1 (patch)
tree788a32ffede3fd4eb8c6b0fd6f89d6cd5f6b2a51
parent773afac42ee5d54064902659182f3d8bfb62bc1a (diff)
downloadpuppet-nodo-9abba0402e36b31f15ac9288f0022f184785bdd1.tar.gz
puppet-nodo-9abba0402e36b31f15ac9288f0022f184785bdd1.tar.bz2
Do not use dnsmasq-base
-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,
}
}