summaryrefslogtreecommitdiff
path: root/manifests/client/ruby/debian.pp
diff options
context:
space:
mode:
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,
+ }
+
+}