Merge branch 'stylefixes'
* stylefixes: don't modify variables
This commit is contained in:
commit
18ab5b5ef5
1 changed files with 4 additions and 3 deletions
|
@ -35,11 +35,12 @@ class postgresql::server (
|
|||
tag => 'postgresql',
|
||||
}
|
||||
|
||||
$config_class = {}
|
||||
$config_class['postgresql::config'] = $config_hash
|
||||
$config_class = {
|
||||
'postgresql::config' => $config_hash,
|
||||
}
|
||||
|
||||
create_resources( 'class', $config_class )
|
||||
|
||||
|
||||
|
||||
service { 'postgresqld':
|
||||
ensure => running,
|
||||
|
|
Loading…
Reference in a new issue