File tree Expand file tree Collapse file tree 4 files changed +18
-14
lines changed Expand file tree Collapse file tree 4 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 9898
9999 if $database_password != undef and $manage_db_password {
100100 ini_setting { 'puppetdb_psdatabase_password' :
101- setting => ' password' ,
102- value => $database_password ,
101+ setting => ' password' ,
102+ value => $database_password ,
103+ show_diff => false ,
103104 }
104105 }
105106
Original file line number Diff line number Diff line change 9292
9393 if $read_database_password != undef and $manage_db_password {
9494 ini_setting { 'puppetdb_read_database_password' :
95- setting => ' password' ,
96- value => $read_database_password ,
95+ setting => ' password' ,
96+ value => $read_database_password ,
97+ show_diff => false ,
9798 }
9899 }
99100
Original file line number Diff line number Diff line change 3838 it {
3939 is_expected . to contain_ini_setting ( 'puppetdb_psdatabase_password' )
4040 . 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 ,
4647 )
4748 }
4849 it {
Original file line number Diff line number Diff line change 3838 it {
3939 is_expected . to contain_ini_setting ( 'puppetdb_read_database_password' )
4040 . 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 ,
4647 )
4748 }
4849 it {
You can’t perform that action at this time.
0 commit comments