From 92612be815d0aa19e6213eb6edaa21c86b50d695 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 21 Feb 2011 12:35:28 -0300 Subject: No madwifi sysctl config for squeeze --- manifests/subsystems/sysctl.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'manifests/subsystems/sysctl.pp') 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, + }, } } -- cgit v1.2.3