@@ -52,7 +52,7 @@ class { 'postgresql::globals':
52
52
let ( :params ) do
53
53
{
54
54
service_ensure : 'running' ,
55
- postgres_password : 'new-p@s$word-to-set' ,
55
+ postgres_password : 'new-p@s$word-to-set'
56
56
}
57
57
end
58
58
@@ -76,7 +76,7 @@ class { 'postgresql::globals':
76
76
let ( :params ) do
77
77
{
78
78
service_ensure : true ,
79
- postgres_password : 'new-p@s$word-to-set' ,
79
+ postgres_password : 'new-p@s$word-to-set'
80
80
}
81
81
end
82
82
@@ -171,7 +171,7 @@ class { 'postgresql::globals':
171
171
describe 'package_ensure => absent' do
172
172
let ( :params ) do
173
173
{
174
- package_ensure : 'absent' ,
174
+ package_ensure : 'absent'
175
175
}
176
176
end
177
177
@@ -187,7 +187,7 @@ class { 'postgresql::globals':
187
187
describe 'needs_initdb => true' do
188
188
let ( :params ) do
189
189
{
190
- needs_initdb : true ,
190
+ needs_initdb : true
191
191
}
192
192
end
193
193
@@ -219,8 +219,8 @@ class { 'postgresql::globals':
219
219
let ( :params ) do
220
220
{
221
221
roles : {
222
- username : { createdb : true } ,
223
- } ,
222
+ username : { createdb : true }
223
+ }
224
224
}
225
225
end
226
226
@@ -234,8 +234,8 @@ class { 'postgresql::globals':
234
234
config_entries : {
235
235
fsync : 'off' ,
236
236
checkpoint_segments : '20' ,
237
- remove_me : :undef ,
238
- } ,
237
+ remove_me : :undef
238
+ }
239
239
}
240
240
end
241
241
@@ -254,9 +254,9 @@ class { 'postgresql::globals':
254
254
database : 'mydb' ,
255
255
user : 'myuser' ,
256
256
auth_method : 'md5' ,
257
- address : '192.0.2.100' ,
258
- } ,
259
- } ,
257
+ address : '192.0.2.100'
258
+ }
259
+ }
260
260
}
261
261
end
262
262
@@ -291,8 +291,8 @@ class { 'postgresql::globals':
291
291
db_user : 'backupuser' ,
292
292
db_password : 'backuppass' ,
293
293
dir : '/tmp/backuptest' ,
294
- manage_user : true ,
295
- } ,
294
+ manage_user : true
295
+ }
296
296
}
297
297
end
298
298
0 commit comments