summaryrefslogtreecommitdiff
path: root/manifests/mysql.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/mysql.pp')
-rw-r--r--manifests/mysql.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/mysql.pp b/manifests/mysql.pp
new file mode 100644
index 0000000..bed678d
--- /dev/null
+++ b/manifests/mysql.pp
@@ -0,0 +1,4 @@
+class rubygems::mysql {
+ include mysql::devel
+ rubygems::package{'mysql': }
+}