summaryrefslogtreecommitdiff
path: root/manifests/mysql.pp
diff options
context:
space:
mode:
authorSimon Josi <josi@puzzle.ch>2008-10-15 20:13:37 +0200
committerSimon Josi <josi@puzzle.ch>2008-10-15 20:13:37 +0200
commit3ac08ee64a0c22e9c632bcd043c7f8b875a008fc (patch)
tree10a038e80cf102ffd6c99aa08f1570c3ee70ec76 /manifests/mysql.pp
parent03c2f025889a5d60ef4ddf65d158e1f17d7015cc (diff)
add mysql-gem and mysql-devel
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': }
+}