From 8f74917a53b9363265b3eef61e9086f3dd4e6b2b Mon Sep 17 00:00:00 2001 From: Varac Date: Mon, 7 Dec 2009 00:19:40 +0100 Subject: Added Ubuntu Support. That means installed package is now shorewall-shell instead of shorewall (which is dummy package for shorewall-shell anyway). --- 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 2583d85..a658cdc 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'], + require => Package['shorewall-shell'], notify => Service['shorewall'], owner => root, group => 0, mode => 0644; } -- cgit v1.2.3