Drop trailing comma to support Puppet 2.6.

This commit is contained in:
Michael Arnold 2013-02-23 16:09:26 -07:00
parent 74463409f5
commit 0db0849054

View file

@ -9,7 +9,7 @@ define postgresql::pg_hba_rule(
$description = 'none',
$auth_option = undef,
$target = $postgresql::params::pg_hba_conf_path,
$order = '150',
$order = '150'
) {
include postgresql::params