summaryrefslogtreecommitdiff
path: root/manifests/client/ruby/debian.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-07-01 05:23:21 +0200
committermh <mh@immerda.ch>2010-07-01 05:23:21 +0200
commit7bbe7a95a66b69e1c937f65801a450b414eeb9a2 (patch)
treecb02d9d1dc3e6bbb1de895b353d548ae405a5232 /manifests/client/ruby/debian.pp
parent3fc679a8227bd06a050739ce7161fca55abcd487 (diff)
parentec16a32708eac64bb3189567a0cceb6ac7378353 (diff)
merge with lavamind
Diffstat (limited to 'manifests/client/ruby/debian.pp')
-rw-r--r--manifests/client/ruby/debian.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/client/ruby/debian.pp b/manifests/client/ruby/debian.pp
new file mode 100644
index 0000000..3cfa846
--- /dev/null
+++ b/manifests/client/ruby/debian.pp
@@ -0,0 +1,7 @@
+class mysql::client::ruby::debian {
+
+ package { 'libmysql-ruby':
+ ensure => present,
+ }
+
+}