File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 38
38
it {
39
39
is_expected . to contain_ini_setting ( 'puppetdb_psdatabase_password' )
40
40
. with (
41
- 'ensure' => 'present' ,
42
- 'path' => "#{ pdbconfdir } /database.ini" ,
43
- 'section' => 'database' ,
44
- 'setting' => 'password' ,
45
- 'value' => 'puppetdb' ,
41
+ 'ensure' => 'present' ,
42
+ 'path' => "#{ pdbconfdir } /database.ini" ,
43
+ 'section' => 'database' ,
44
+ 'setting' => 'password' ,
45
+ 'value' => 'puppetdb' ,
46
+ 'show_diff' => false ,
46
47
)
47
48
}
48
49
it {
Original file line number Diff line number Diff line change 38
38
it {
39
39
is_expected . to contain_ini_setting ( 'puppetdb_read_database_password' )
40
40
. with (
41
- 'ensure' => 'present' ,
42
- 'path' => '/etc/puppetlabs/puppetdb/conf.d/read_database.ini' ,
43
- 'section' => 'read-database' ,
44
- 'setting' => 'password' ,
45
- 'value' => 'puppetdb-read' ,
41
+ 'ensure' => 'present' ,
42
+ 'path' => '/etc/puppetlabs/puppetdb/conf.d/read_database.ini' ,
43
+ 'section' => 'read-database' ,
44
+ 'setting' => 'password' ,
45
+ 'value' => 'puppetdb-read' ,
46
+ 'show_diff' => false ,
46
47
)
47
48
}
48
49
it {
You can’t perform that action at this time.
0 commit comments