diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-31 19:08:23 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-31 19:08:23 -0200 |
commit | d8146a644312c6a14ac0f8e74395a11fa8f2ba25 (patch) | |
tree | a0e45970c016330debf7a896eb886f1cd77a4c18 /manifests/subsystems | |
parent | 9aec7782df7c52a778ec84d0014bf8b87f877dea (diff) | |
download | puppet-nodo-d8146a644312c6a14ac0f8e74395a11fa8f2ba25.tar.gz puppet-nodo-d8146a644312c6a14ac0f8e74395a11fa8f2ba25.tar.bz2 |
Removing old sysctl::laptop class
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", |