summaryrefslogtreecommitdiff
path: root/manifests/postgres.pp
blob: ec0e253a3b26a1bc3d50e8fa0339eabd32ecab06 (plain)
1
2
3
4
5
6
class ruby::postgres {
  include ruby
  package{'ruby-postgres':
    ensure => installed,
  }
}