diff options
Diffstat (limited to 'manifests/subsystems/modprobe.pp')
| -rw-r--r-- | manifests/subsystems/modprobe.pp | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/subsystems/modprobe.pp b/manifests/subsystems/modprobe.pp index cfd6be8..01a2f91 100644 --- a/manifests/subsystems/modprobe.pp +++ b/manifests/subsystems/modprobe.pp @@ -17,4 +17,13 @@ class modprobe::laptop {      ensure  => present,      source  => "puppet://$server/modules/nodo/etc/modules/laptop",    } + +  # see http://wiki.debian.org/DebianAcerOne#Cardreader +  file { "/etc/modprobe.d/aspire-blacklist-memstick.conf": +    owner   => "root", +    group   => "root", +    mode    => 0644, +    ensure  => present, +    source  => "puppet://$server/modules/nodo/etc/modprobe.d/aspire-blacklist-memstick.conf", +  }  }  | 
