We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156ed04 commit a0b6029Copy full SHA for a0b6029
spec/acceptance/overridden_settings_spec.rb
@@ -40,6 +40,9 @@ class { 'postgresql::server':
40
41
it 'with additional hiera entries' do
42
idempotent_apply(pp)
43
+ puts '-------------- overridden_settings_spec.rb -----------------'
44
+ puts LitmusHelper.instance.run_shell('ss -lntp').stdout
45
+ puts '-------------------------------'
46
expect(port(5432)).to be_listening
47
expect(psql('--command="\l" postgres', 'postgres').stdout).to match(%r{List of databases})
48
expect(run_shell('PGPASSWORD=supersecret psql -U testusername -h localhost --command="\l"').stdout).to match 'List of databases'
0 commit comments