summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authorVarac <varacanero@zeromail.org>2009-12-07 00:19:40 +0100
committermh <mh@immerda.ch>2009-12-07 17:49:49 +0100
commit8f74917a53b9363265b3eef61e9086f3dd4e6b2b (patch)
treec04ae4c18ac0edd033fbf11aef7aeb27cf7914b7 /manifests/debian.pp
parent0ae7670f8ed783d95d165eb58221d283c4800652 (diff)
Added Ubuntu Support. That means installed package is now shorewall-shell instead of shorewall (which is dummy package for shorewall-shell anyway).
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp2
1 files changed, 1 insertions, 1 deletions
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;
}