From e7a5ffbb316cd2277589f0c649be46fa3a93b160 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 7 Dec 2009 18:11:48 +0100 Subject: shorewall package is only missing for karmic -> treat only karmic special --- manifests/debian.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/debian.pp') diff --git a/manifests/debian.pp b/manifests/debian.pp index a658cdc..2583d85 100644 --- a/manifests/debian.pp +++ b/manifests/debian.pp @@ -1,7 +1,7 @@ class shorewall::debian inherits shorewall::base { file{'/etc/default/shorewall': source => "puppet://$server/modules/shorewall/debian/default", - require => Package['shorewall-shell'], + require => Package['shorewall'], notify => Service['shorewall'], owner => root, group => 0, mode => 0644; } -- cgit v1.2.3