Skip to content

Commit a0b6029

Browse files
committed
See how different it is when it works as expected
1 parent 156ed04 commit a0b6029

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: spec/acceptance/overridden_settings_spec.rb

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ class { 'postgresql::server':
4040

4141
it 'with additional hiera entries' do
4242
idempotent_apply(pp)
43+
puts '-------------- overridden_settings_spec.rb -----------------'
44+
puts LitmusHelper.instance.run_shell('ss -lntp').stdout
45+
puts '-------------------------------'
4346
expect(port(5432)).to be_listening
4447
expect(psql('--command="\l" postgres', 'postgres').stdout).to match(%r{List of databases})
4548
expect(run_shell('PGPASSWORD=supersecret psql -U testusername -h localhost --command="\l"').stdout).to match 'List of databases'

0 commit comments

Comments
 (0)