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:
parent
5a7e1d442f
commit
05c9104ae1
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue