From 6e09c1c6f4c32cf186cec0157e9839d61b73e19f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 11 Apr 2010 14:13:55 -0300 Subject: Adding modprobe class and, new packages on utils::personal --- manifests/subsystems/firewire.pp | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'manifests/subsystems/firewire.pp') diff --git a/manifests/subsystems/firewire.pp b/manifests/subsystems/firewire.pp index 1c9609a..088e194 100644 --- a/manifests/subsystems/firewire.pp +++ b/manifests/subsystems/firewire.pp @@ -1,15 +1,7 @@ class firewire { - # keep firewire disabled - # see http://padrao.sarava.org/trac/wiki/Debian/Firewire - file { "/etc/modprobe.d/blacklist": - owner => "root", - group => "root", - mode => 0644, - ensure => present, - source => "puppet://$server/modules/nodo/etc/modprobe.d/blacklist", - } - # 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", -- cgit v1.2.3