Skip to content

Commit 0f13dc9

Browse files
committed
Add debugging
1 parent 06bd941 commit 0f13dc9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

spec/acceptance/1_class_spec.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ class { 'keycloak': db => 'dev-file' }
2929
class { 'keycloak': }
3030
PUPPET_PP
3131

32-
apply_manifest(pp, catch_failures: true)
32+
apply_manifest(pp, catch_failures: false)
33+
#on hosts, 'cat /var/lib/pgsql/16/data/pg_log/*' if ENV['BEAKER_set'] == 'el10'
34+
on hosts, 'ls -laR /var/lib/pgsql/16' if ENV['BEAKER_set'] == 'el10'
35+
on hosts, 'ls -laR /var/log' if ENV['BEAKER_set'] == 'el10'
36+
on hosts, 'journalctl -e --no-pager' if ENV['BEAKER_set'] == 'el10'
3337
apply_manifest(pp, catch_changes: true)
3438
end
3539

0 commit comments

Comments
 (0)