Merge pull request #133 from razorsedge/feature/support2.6
Restore support for Puppet 2.6.
This commit is contained in:
commit
92023f1afb
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