From: Silvio Rhatto Date: Mon, 21 Feb 2011 15:35:28 +0000 (-0300) Subject: No madwifi sysctl config for squeeze X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=92612be815d0aa19e6213eb6edaa21c86b50d695;p=puppet-nodo.git No madwifi sysctl config for squeeze --- diff --git a/manifests/subsystems/sysctl.pp b/manifests/subsystems/sysctl.pp index 7dfb875..f9cbb99 100644 --- a/manifests/subsystems/sysctl.pp +++ b/manifests/subsystems/sysctl.pp @@ -20,7 +20,10 @@ class sysctl::laptop { owner => "root", group => "root", mode => 0644, - ensure => present, source => "puppet://$server/modules/nodo/etc/sysctl.d/madwifi.conf", + ensure => $lsbdistcodename ? { + 'lenny' => present, + default => absent, + }, } }