manage ullmann/udd pg_hba
[mirror/dsa-puppet.git] / modules / roles / manifests / udd / params.pp
1 # udd parameters
2 #
3 # @param db_address     hostname of the postgres server for this service
4 # @param db_port        port of the postgres server for this service
5 class roles::udd::params (
6   String  $db_address = $roles::udd::db_address,
7   Integer $db_port    = $roles::udd::db_port,
8 ) {
9 }