aboutsummaryrefslogtreecommitdiff
path: root/manifests/ubuntu
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/ubuntu
parent443d0ca28791f087a2f95e45d47674c55949099a (diff)
downloadpuppet-shorewall-e7a5ffbb316cd2277589f0c649be46fa3a93b160.tar.gz
puppet-shorewall-e7a5ffbb316cd2277589f0c649be46fa3a93b160.tar.bz2
shorewall package is only missing for karmic -> treat only karmic special
Diffstat (limited to 'manifests/ubuntu')
-rw-r--r--manifests/ubuntu/karmic.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/ubuntu/karmic.pp b/manifests/ubuntu/karmic.pp
new file mode 100644
index 0000000..0df3789
--- /dev/null
+++ b/manifests/ubuntu/karmic.pp
@@ -0,0 +1,5 @@
+class shorewall::ubuntu::karmic inherits shorewall::debian {
+ Package['shorewall']{
+ name => 'shorewall-shell',
+ }
+}