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 | |
| parent | 9aec7782df7c52a778ec84d0014bf8b87f877dea (diff) | |
| download | puppet-nodo-d8146a644312c6a14ac0f8e74395a11fa8f2ba25.tar.gz puppet-nodo-d8146a644312c6a14ac0f8e74395a11fa8f2ba25.tar.bz2  | |
Removing old sysctl::laptop class
| -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",  | 
