]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
More laptop cleanup
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 31 Jan 2013 21:30:34 +0000 (19:30 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 31 Jan 2013 21:30:34 +0000 (19:30 -0200)
manifests/laptop.pp

index f40da8b7090f42b780073885d5d5b90725e12a91..a2420f9c5c3b3a62b2da93a21f94fd50ad6b5923 100644 (file)
@@ -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 {