aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/firewire.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems/firewire.pp')
-rw-r--r--manifests/subsystems/firewire.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/subsystems/firewire.pp b/manifests/subsystems/firewire.pp
deleted file mode 100644
index 088e194..0000000
--- a/manifests/subsystems/firewire.pp
+++ /dev/null
@@ -1,9 +0,0 @@
-class firewire {
- # make sure ohci1394 is not loaded
- # see http://padrao.sarava.org/trac/wiki/Debian/Firewire
- # see also the modprobe class
- exec { "rmmod ohci1394":
- unless => "/bin/sh -c 'if `grep -q ^ohci1394 /proc/modules`; then false; else true; fi'",
- user => "root",
- }
-}