From 2b667cbc26b5f0f3b4a6be1555b605004b84fdbe Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 31 Mar 2016 12:54:09 -0300 Subject: Simplify wicd/network-manager handling --- manifests/utils/laptop/debian.pp | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'manifests/utils/laptop/debian.pp') diff --git a/manifests/utils/laptop/debian.pp b/manifests/utils/laptop/debian.pp index 948a34c..e42b999 100644 --- a/manifests/utils/laptop/debian.pp +++ b/manifests/utils/laptop/debian.pp @@ -13,29 +13,4 @@ class nodo::utils::laptop::debian { 'tcpdump', 'tshark' ]: ensure => installed, } - - $wicd = hiera('nodo::utils::laptop::debian::wicd', 'installed') - $network_manager = hiera('nodo::utils::laptop::debian::network_manager', 'absent') - - # Wicd - package { [ 'wicd', 'wicd-curses', 'wicd-gtk' ]: - ensure => $wicd, - } - - # Network manager - package { 'network-manager': - ensure => $::lsbdistcodename ? { - 'squeeze' => absent, - default => $network_manager, - } - } - - # Squeeze specific packages - package { [ 'kismet' ]: - ensure => $::lsbdistcodename ? { - 'squeeze' => installed, - default => absent, - } - } - } -- cgit v1.2.3