diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-12 10:46:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-12 10:46:10 -0300 |
commit | 9abba0402e36b31f15ac9288f0022f184785bdd1 (patch) | |
tree | 788a32ffede3fd4eb8c6b0fd6f89d6cd5f6b2a51 | |
parent | 773afac42ee5d54064902659182f3d8bfb62bc1a (diff) | |
download | puppet-nodo-9abba0402e36b31f15ac9288f0022f184785bdd1.tar.gz puppet-nodo-9abba0402e36b31f15ac9288f0022f184785bdd1.tar.bz2 |
Do not use dnsmasq-base
-rw-r--r-- | manifests/utils.pp | 2 |
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, } } |