aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/modprobe.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems/modprobe.pp')
-rw-r--r--manifests/subsystems/modprobe.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/subsystems/modprobe.pp b/manifests/subsystems/modprobe.pp
index 6192f6d..cfd6be8 100644
--- a/manifests/subsystems/modprobe.pp
+++ b/manifests/subsystems/modprobe.pp
@@ -8,3 +8,13 @@ class modprobe {
source => "puppet://$server/modules/nodo/etc/modprobe.d/blacklist",
}
}
+
+class modprobe::laptop {
+ file { "/etc/modules":
+ owner => "root",
+ group => "root",
+ mode => 0644,
+ ensure => present,
+ source => "puppet://$server/modules/nodo/etc/modules/laptop",
+ }
+}