diff options
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/sysctl.pp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/manifests/subsystems/sysctl.pp b/manifests/subsystems/sysctl.pp index 7f6bc31..e434008 100644 --- a/manifests/subsystems/sysctl.pp +++ b/manifests/subsystems/sysctl.pp @@ -39,19 +39,6 @@ class sysctl { } } -class sysctl::laptop { - file { "/etc/sysctl.d/madwifi.conf": - owner => "root", - group => "root", - mode => 0644, - source => "puppet:///modules/nodo/etc/sysctl.d/madwifi.conf", - ensure => $::lsbdistcodename ? { - 'lenny' => present, - default => absent, - }, - } -} - class sysctl::appliance($kernel_panic = hiera('nodo::sysctl::appliance', '20')) { file { "/etc/sysctl.d/kernel.panic.conf": owner => "root", |