Skip to content

Commit 92023f1

Browse files
committed
Merge pull request puppetlabs#133 from razorsedge/feature/support2.6
Restore support for Puppet 2.6.
2 parents 7446340 + 0db0849 commit 92023f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/pg_hba_rule.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
$description = 'none',
1010
$auth_option = undef,
1111
$target = $postgresql::params::pg_hba_conf_path,
12-
$order = '150',
12+
$order = '150'
1313
) {
1414
include postgresql::params
1515

0 commit comments

Comments
 (0)