aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-31 19:30:34 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-31 19:30:34 -0200
commitf48e2bf0fc2ed2c7a6f88c5224a3c6cdda3863ad (patch)
treed8e7ccefaf1af1d9ef66417e6febb25b73abff19
parentf978810e41b97282ce79e7fc8f39e770235ba701 (diff)
downloadpuppet-nodo-f48e2bf0fc2ed2c7a6f88c5224a3c6cdda3863ad.tar.gz
puppet-nodo-f48e2bf0fc2ed2c7a6f88c5224a3c6cdda3863ad.tar.bz2
More laptop cleanup
-rw-r--r--manifests/laptop.pp7
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 {