From: Silvio Rhatto Date: Thu, 31 Jan 2013 21:30:34 +0000 (-0200) Subject: More laptop cleanup X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f48e2bf0fc2ed2c7a6f88c5224a3c6cdda3863ad;p=puppet-nodo.git More laptop cleanup --- diff --git a/manifests/laptop.pp b/manifests/laptop.pp index f40da8b..a2420f9 100644 --- a/manifests/laptop.pp +++ b/manifests/laptop.pp @@ -30,13 +30,6 @@ class nodo::laptop inherits nodo::personal { default => present, }, } - - # Useful when upgrading from lenny - if $lsbdistcodename != 'lenny' { - file { "/etc/modprobe.d/madwifi": - ensure => absent, - } - } } class nodo::laptop::webdev inherits nodo::laptop {