aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/modprobe.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-31 19:13:39 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-31 19:13:39 -0200
commit8ec955bff59f405d9cb45cafa96297af042805fe (patch)
tree50e256a40d922d148368ed94cfeccfe2f6b38caf /manifests/subsystems/modprobe.pp
parentd8146a644312c6a14ac0f8e74395a11fa8f2ba25 (diff)
downloadpuppet-nodo-8ec955bff59f405d9cb45cafa96297af042805fe.tar.gz
puppet-nodo-8ec955bff59f405d9cb45cafa96297af042805fe.tar.bz2
Removing modprobe::laptop class
Diffstat (limited to 'manifests/subsystems/modprobe.pp')
-rw-r--r--manifests/subsystems/modprobe.pp19
1 files changed, 0 insertions, 19 deletions
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",
- }
-}