diff options
-rw-r--r-- | manifests/laptop.pp | 1 | ||||
-rw-r--r-- | manifests/subsystems/sysctl.pp | 13 |
2 files changed, 0 insertions, 14 deletions
diff --git a/manifests/laptop.pp b/manifests/laptop.pp index e76a20a..c59a9b7 100644 --- a/manifests/laptop.pp +++ b/manifests/laptop.pp @@ -1,7 +1,6 @@ class nodo::laptop inherits nodo::personal { include utils::laptop include modprobe::laptop - include sysctl::laptop include firewall::wifi include firewall::openvpn include firewall::ppp 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", |