summaryrefslogtreecommitdiff
path: root/puppet/modules/shorewall/manifests/ubuntu/karmic.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/shorewall/manifests/ubuntu/karmic.pp')
-rw-r--r--puppet/modules/shorewall/manifests/ubuntu/karmic.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/modules/shorewall/manifests/ubuntu/karmic.pp b/puppet/modules/shorewall/manifests/ubuntu/karmic.pp
new file mode 100644
index 00000000..0df37894
--- /dev/null
+++ b/puppet/modules/shorewall/manifests/ubuntu/karmic.pp
@@ -0,0 +1,5 @@
+class shorewall::ubuntu::karmic inherits shorewall::debian {
+ Package['shorewall']{
+ name => 'shorewall-shell',
+ }
+}