From 8ec955bff59f405d9cb45cafa96297af042805fe Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 31 Jan 2013 19:13:39 -0200 Subject: Removing modprobe::laptop class --- manifests/subsystems/modprobe.pp | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'manifests/subsystems') diff --git a/manifests/subsystems/modprobe.pp b/manifests/subsystems/modprobe.pp index 2b75225..99f7879 100644 --- a/manifests/subsystems/modprobe.pp +++ b/manifests/subsystems/modprobe.pp @@ -26,22 +26,3 @@ class modprobe { } } } - -class modprobe::laptop { - file { "/etc/modules": - owner => "root", - group => "root", - mode => 0644, - ensure => present, - source => "puppet:///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:///modules/nodo/etc/modprobe.d/aspire-blacklist-memstick.conf", - } -} -- cgit v1.2.3