summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-10-03 15:19:11 +0200
committermh <mh@immerda.ch>2009-10-03 15:19:11 +0200
commit647d5fda99f79f6af3d14765092510c19801e8d0 (patch)
tree77dc0a493fae932cbc8d9fc51fef169fd33804ce /manifests/client.pp
parent8100f49e3255ceda036dd107d127aebd914ca054 (diff)
refactor classes
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
new file mode 100644
index 0000000..15234e6
--- /dev/null
+++ b/manifests/client.pp
@@ -0,0 +1,8 @@
+class mysql::client {
+ package{mysql:
+ ensure => present,
+ }
+ if $use_shorewall {
+ include shorewall::rules::out::mysql
+ }
+}