Convert Apache IPA authentication template to EPP #1636
Annotations
4 errors
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Foreman GSSAPI auth enabled behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175037300.Vpc0Gb.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other'
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 1.19 seconds
Info: Using environment 'production'
Info: Applying configuration version '1723139439'
Error: Found 1 dependency cycle:
(File[/etc/httpd/conf.d/05-foreman-ssl.d/intercept_form_submit.conf] => Foreman::Config::Apache::Fragment[intercept_form_submit] => Class[Foreman::Config::Apache] => Foreman::Config::Apache::Fragment[intercept_form_submit] => File[/etc/httpd/conf.d/05-foreman-ssl.d/intercept_form_submit.conf])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz
Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:42
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
Foreman GSSAPI auth enabled behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175040930.bT9f8j.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to, 'container_other'
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 1.17 seconds
Info: Using environment 'production'
Info: Applying configuration version '1723139442'
Error: Found 1 dependency cycle:
(File[/etc/httpd/conf.d/05-foreman-ssl.d/intercept_form_submit.conf] => Foreman::Config::Apache::Fragment[intercept_form_submit] => Class[Foreman::Config::Apache] => Foreman::Config::Apache::Fragment[intercept_form_submit] => File[/etc/httpd/conf.d/05-foreman-ssl.d/intercept_form_submit.conf])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz
Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/foreman_basic_spec.rb:42
|
spec/support/acceptance/examples.rb#L27
Foreman GSSAPI auth enabled behaves like the foreman application Command "curl -s --cacert /etc/foreman-certs/certificate.pem https://almalinux8-64-puppet7.example.com -w '%{redirect_url}' -o /dev/null" stdout is expected to eq "https://almalinux8-64-puppet7.example.com/users/extlogin"
Failure/Error: its(:stdout) { is_expected.to eq("https://#{host_inventory['fqdn']}#{params.fetch(:expected_login_url_path, '/users/login')}") }
expected: "https://almalinux8-64-puppet7.example.com/users/extlogin"
got: "https://almalinux8-64-puppet7.example.com/users/login"
(compared using ==)
Shared Example Group: "the foreman application" called from ./spec/acceptance/foreman_basic_spec.rb:56
|
|
This job failed
Loading