Update manifests/params.pp

err: Could not parse for environment production: Syntax error at ')' at /etc/puppet/modules/common/postgresql/manifests/params.pp:34
This commit is contained in:
Simão Fontes 2013-01-18 11:57:21 +00:00
parent 5a7e1d442f
commit 05c9104ae1

View file

@ -30,7 +30,7 @@
class postgresql::params(
$version = $::postgres_default_version,
$manage_package_repo = false,
$package_source = undef,
$package_source = undef
) {
$user = 'postgres'
$group = 'postgres'