aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {