From 9abba0402e36b31f15ac9288f0022f184785bdd1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 12 May 2016 10:46:10 -0300 Subject: Do not use dnsmasq-base --- manifests/utils.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/utils.pp') 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, } } -- cgit v1.2.3