Drop trailing comma to support Puppet 2.6.
This commit is contained in:
parent
74463409f5
commit
0db0849054
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue