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