summaryrefslogtreecommitdiff
path: root/manifests/mysql.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2010-09-28 18:28:58 +0200
committerMarcel Haerry <haerry@puzzle.ch>2010-09-28 18:28:58 +0200
commitef4289094c92110bdffc8d6bbc46c523b2af26ec (patch)
tree0f18a60a6a3a3fc355d263692d34459eafbcae6c /manifests/mysql.pp
parentf869fd7e3a2a8590c5d20736f286dd73553e821e (diff)
adjust missing classes
Diffstat (limited to 'manifests/mysql.pp')
-rw-r--r--manifests/mysql.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/mysql.pp b/manifests/mysql.pp
index bdfb840..7a65dcb 100644
--- a/manifests/mysql.pp
+++ b/manifests/mysql.pp
@@ -1,4 +1,4 @@
class rubygems::mysql {
- include mysql::devel
- rubygems::package{'mysql':}
+ require ::mysql::devel
+ rubygems::gem{'mysql':}
}