Syntax Fix
This commit is contained in:
parent
8bb71e4bc1
commit
457f80bfe4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
class postgresql::params(
|
class postgresql::params(
|
||||||
$version = $::postgres_default_version,
|
$version = $::postgres_default_version,
|
||||||
$manage_package_repo = false,
|
$manage_package_repo = false,
|
||||||
$package_source = undef,
|
$package_source = undef
|
||||||
) {
|
) {
|
||||||
$user = 'postgres'
|
$user = 'postgres'
|
||||||
$group = 'postgres'
|
$group = 'postgres'
|
||||||
|
|
Loading…
Reference in a new issue