From 0db08490544a6f2842495587a9364d35cdd1194a Mon Sep 17 00:00:00 2001 From: Michael Arnold Date: Sat, 23 Feb 2013 16:09:26 -0700 Subject: [PATCH] Drop trailing comma to support Puppet 2.6. --- manifests/pg_hba_rule.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/pg_hba_rule.pp b/manifests/pg_hba_rule.pp index 052d01b..7a45140 100644 --- a/manifests/pg_hba_rule.pp +++ b/manifests/pg_hba_rule.pp @@ -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