From d8146a644312c6a14ac0f8e74395a11fa8f2ba25 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 31 Jan 2013 19:08:23 -0200 Subject: Removing old sysctl::laptop class --- manifests/laptop.pp | 1 - manifests/subsystems/sysctl.pp | 13 ------------- 2 files changed, 14 deletions(-) (limited to 'manifests') 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", -- cgit v1.2.3