diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-31 19:30:34 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-31 19:30:34 -0200 |
commit | f48e2bf0fc2ed2c7a6f88c5224a3c6cdda3863ad (patch) | |
tree | d8e7ccefaf1af1d9ef66417e6febb25b73abff19 | |
parent | f978810e41b97282ce79e7fc8f39e770235ba701 (diff) | |
download | puppet-nodo-f48e2bf0fc2ed2c7a6f88c5224a3c6cdda3863ad.tar.gz puppet-nodo-f48e2bf0fc2ed2c7a6f88c5224a3c6cdda3863ad.tar.bz2 |
More laptop cleanup
-rw-r--r-- | manifests/laptop.pp | 7 |
1 files changed, 0 insertions, 7 deletions
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 { |