summaryrefslogtreecommitdiff
path: root/manifests/postgres.pp
blob: 77bcb48dc7ef3f4cb96b9257873fbc6ea8d7ccd9 (plain)
1
2
3
4
class rubygems::postgres {
    include postgres::devel
    rubygems::package{'pg-ruby':}
}