We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bd941 commit 0f13dc9Copy full SHA for 0f13dc9
spec/acceptance/1_class_spec.rb
@@ -29,7 +29,11 @@ class { 'keycloak': db => 'dev-file' }
29
class { 'keycloak': }
30
PUPPET_PP
31
32
- apply_manifest(pp, catch_failures: true)
+ 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'
37
apply_manifest(pp, catch_changes: true)
38
end
39
0 commit comments