From: Silvio Rhatto Date: Fri, 18 Feb 2011 18:49:28 +0000 (-0200) Subject: Oops X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4f70d1a1f5eb614669eef355329ecf9b0454cd35;p=puppet-nodo.git Oops --- diff --git a/manifests/subsystems/modprobe.pp b/manifests/subsystems/modprobe.pp index 45870af..176efb5 100644 --- a/manifests/subsystems/modprobe.pp +++ b/manifests/subsystems/modprobe.pp @@ -1,6 +1,6 @@ class modprobe { # keep firewire disabled among other things - case $lsbdistcodename ? { + case $lsbdistcodename { 'lenny': { file { "/etc/modprobe.d/blacklist": owner => "root",