summaryrefslogtreecommitdiff
path: root/manifests/mysql.pp
blob: bdfb840ad4340fb2136baa672e6f2da5df1321ed (plain)
1
2
3
4
class rubygems::mysql {
    include mysql::devel
    rubygems::package{'mysql':}
}