summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-12-07 18:11:48 +0100
committermh <mh@immerda.ch>2009-12-07 18:11:48 +0100
commite7a5ffbb316cd2277589f0c649be46fa3a93b160 (patch)
tree2f7c6060557057a56e479a30422dda25c48d3ea2 /manifests/debian.pp
parent443d0ca28791f087a2f95e45d47674c55949099a (diff)
shorewall package is only missing for karmic -> treat only karmic special
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 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;
}