aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/modprobe.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-18 16:49:28 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-18 16:49:28 -0200
commit4f70d1a1f5eb614669eef355329ecf9b0454cd35 (patch)
tree2e26d7e42f22b971532ad8a7cd79db2b7f6e52cc /manifests/subsystems/modprobe.pp
parent0349fb7a8dd6917535be2e3ea3748df53bce49cb (diff)
downloadpuppet-nodo-4f70d1a1f5eb614669eef355329ecf9b0454cd35.tar.gz
puppet-nodo-4f70d1a1f5eb614669eef355329ecf9b0454cd35.tar.bz2
Oops
Diffstat (limited to 'manifests/subsystems/modprobe.pp')
-rw-r--r--manifests/subsystems/modprobe.pp2
1 files changed, 1 insertions, 1 deletions
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",