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