summaryrefslogtreecommitdiff
path: root/manifests/base.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/base.pp
parent443d0ca28791f087a2f95e45d47674c55949099a (diff)
shorewall package is only missing for karmic -> treat only karmic special
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 8a3d5c3..c814795 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -1,5 +1,5 @@
class shorewall::base {
- package { 'shorewall-shell':
+ package { 'shorewall':
ensure => present,
}
@@ -16,7 +16,7 @@ class shorewall::base {
"puppet://$server/modules/shorewall/shorewall.conf.$operatingsystem",
"puppet://$server/modules/shorewall/shorewall.conf"
],
- require => Package[shorewall-shell],
+ require => Package[shorewall],
notify => Service[shorewall],
owner => root, group => 0, mode => 0644;
}
@@ -40,6 +40,6 @@ class shorewall::base {
Exec["concat_/var/lib/puppet/modules/shorewall/routestopped"],
Exec["concat_/var/lib/puppet/modules/shorewall/params"]
],
- require => Package[shorewall-shell],
+ require => Package[shorewall],
}
}