Skip to content

Commit efb5daa

Browse files
author
Ashley Penney
committed
Merge pull request puppetlabs#239 from GregSutcliffe/master
Remove trailing comma which breaks 2.6 compat
2 parents 1d416a6 + ba00546 commit efb5daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/config/beforeservice.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
$ipv6acls = $postgresql::params::ipv6acls,
4848
$manage_redhat_firewall = $postgresql::params::manage_redhat_firewall,
4949
$manage_pg_hba_conf = $postgresql::params::manage_pg_hba_conf,
50-
$persist_firewall_command = $postgresql::params::persist_firewall_command,
50+
$persist_firewall_command = $postgresql::params::persist_firewall_command
5151
) inherits postgresql::params {
5252

5353

0 commit comments

Comments
 (0)