aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-18 17:21:45 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-18 17:21:45 -0200
commit722ebc7aa075a91f1a35d5175650020202a01065 (patch)
tree1734ab77784be390b7d59209607a77d15bf269ee /manifests
parent115079fc6f0460bce0e854f7983e4ebf9a20fa1f (diff)
downloadpuppet-nodo-722ebc7aa075a91f1a35d5175650020202a01065.tar.gz
puppet-nodo-722ebc7aa075a91f1a35d5175650020202a01065.tar.bz2
Removing /etc/modprobe.d/madwifi for squeeze laptops
Diffstat (limited to 'manifests')
-rw-r--r--manifests/laptop.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/laptop.pp b/manifests/laptop.pp
index 6c8177b..f14dec0 100644
--- a/manifests/laptop.pp
+++ b/manifests/laptop.pp
@@ -25,6 +25,13 @@ class nodo::laptop inherits nodo::personal {
ensure => present,
}
}
+
+ # upgrade from lenny
+ if $lsbdistcodename != 'lenny' {
+ file { "/etc/modprobe.d/madwifi":
+ ensure => absent,
+ }
+ }
}
class nodo::laptop::webdev inherits nodo::laptop {