summaryrefslogtreecommitdiff
path: root/manifests/sql/pgsql.pp
blob: 530e878f6fa7227910d4d03c2c33338876839abe (plain)
1
2
3
4
5
6
class dovecot::sql::pgsql {
  package{'dovecot-pgsql':
    ensure => installed,
    before => File['/etc/dovecot-sql.conf'],
  }
}