diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-18 16:49:28 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-18 16:49:28 -0200 |
commit | 4f70d1a1f5eb614669eef355329ecf9b0454cd35 (patch) | |
tree | 2e26d7e42f22b971532ad8a7cd79db2b7f6e52cc /manifests/subsystems | |
parent | 0349fb7a8dd6917535be2e3ea3748df53bce49cb (diff) | |
download | puppet-nodo-4f70d1a1f5eb614669eef355329ecf9b0454cd35.tar.gz puppet-nodo-4f70d1a1f5eb614669eef355329ecf9b0454cd35.tar.bz2 |
Oops
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/modprobe.pp | 2 |
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", |