Merge pull request #88 from FlaPer87/trailing/comma
Removed trailing comma. Makes puppet fail
This commit is contained in:
commit
7e3803441b
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