Skip to content

Finish conversion to EPP templates #570

Finish conversion to EPP templates

Finish conversion to EPP templates #570

Triggered via pull request May 4, 2024 21:02
@smortexsmortex
synchronize #2545
epp
Status Failure
Total duration 16m 23s
Artifacts

ci.yml

on: pull_request
Spec  /  Setup Test Matrix
33s
Spec / Setup Test Matrix
Matrix: Spec / spec
Acceptance  /  Setup Test Matrix
Acceptance / Setup Test Matrix
Matrix: Acceptance / acceptance
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

20 errors
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/mod/proxy_balancer_spec.rb#L11
apache::mod::proxy_balancer default configuration with custom parameters $manager => true, $allow_from => ['10.10.10.10','11.11.11.11'], $status_path => '/custom-manager' on a Debian OS is expected to contain File[proxy_balancer.conf] with content supplied string Failure/Error: expect(subject).to contain_file('proxy_balancer.conf').with_content(expected) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/status.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/status.pp, line: 47, column: 16) on node fv-az524-939.igxe211viwkezmo5lnqk45pdag.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/mod/security_spec.rb#L237
apache::mod::security on debian-11-x86_64 on Debian based systems is expected to contain Apache::Mod[security] with id => "security2_module" and lib => "mod_security2.so" Failure/Error: expect(subject).to contain_apache__mod('security').with( id: 'security2_module', lib: 'mod_security2.so', ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/security_crs.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/security.pp, line: 361, column: 18) on node fv-az524-939.igxe211viwkezmo5lnqk45pdag.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/mod/security_spec.rb#L244
apache::mod::security on debian-11-x86_64 on Debian based systems is expected to contain Apache::Mod[unique_id] with id => "unique_id_module" and lib => "mod_unique_id.so" Failure/Error: expect(subject).to contain_apache__mod('unique_id').with( id: 'unique_id_module', lib: 'mod_unique_id.so', ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/security_crs.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/security.pp, line: 361, column: 18) on node fv-az524-939.igxe211viwkezmo5lnqk45pdag.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/mod/security_spec.rb#L251
apache::mod::security on debian-11-x86_64 on Debian based systems is expected to contain Package[modsecurity-crs] Failure/Error: it { is_expected.to contain_package('modsecurity-crs') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/security_crs.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/security.pp, line: 361, column: 18) on node fv-az524-939.igxe211viwkezmo5lnqk45pdag.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/mod/security_spec.rb#L253
apache::mod::security on debian-11-x86_64 on Debian based systems is expected to contain File[security.conf] with path => "/etc/apache2/mods-available/security.conf" Failure/Error: expect(subject).to contain_file('security.conf').with( path: '/etc/apache2/mods-available/security.conf', ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/security_crs.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/security.pp, line: 361, column: 18) on node fv-az524-939.igxe211viwkezmo5lnqk45pdag.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/mod/security_spec.rb#L259
apache::mod::security on debian-11-x86_64 on Debian based systems is expected to contain File[security.conf] with content =~ /^\s+SecAuditLogRelevantStatus "\^\(\?:5\|4\(\?!04\)\)"$/, content =~ /^\s+SecAuditLogParts ABIJDEFHZ$/, content =~ /^\s+SecAuditLogType Serial$/, content =~ /^\s+SecDebugLog \/var\/log\/apache2\/modsec_debug.log$/, content =~ /^\s+SecAuditLog \/var\/log\/apache2\/modsec_audit.log$/ and content =~ /^\s+SecTmpDir \/var\/cache\/modsecurity$/ Failure/Error: expect(subject).to contain_file('security.conf') .with_content(%r{^\s+SecAuditLogRelevantStatus "\^\(\?:5\|4\(\?!04\)\)"$}) .with_content(%r{^\s+SecAuditLogParts ABIJDEFHZ$}) .with_content(%r{^\s+SecAuditLogType Serial$}) .with_content(%r{^\s+SecDebugLog /var/log/apache2/modsec_debug.log$}) .with_content(%r{^\s+SecAuditLog /var/log/apache2/modsec_audit.log$}) .with_content(%r{^\s+SecTmpDir /var/cache/modsecurity$}) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/security_crs.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/security.pp, line: 361, column: 18) on node fv-az524-939.igxe211viwkezmo5lnqk45pdag.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/mod/security_spec.rb#L269
apache::mod::security on debian-11-x86_64 on Debian based systems is expected to contain File[/etc/modsecurity] with ensure => "directory", path => "/etc/modsecurity", owner => "root", group => "root" and mode => "0755" Failure/Error: expect(subject).to contain_file('/etc/modsecurity').with( ensure: 'directory', path: '/etc/modsecurity', owner: 'root', group: 'root', mode: '0755' ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/security_crs.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/security.pp, line: 361, column: 18) on node fv-az524-939.igxe211viwkezmo5lnqk45pdag.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/mod/security_spec.rb#L276
apache::mod::security on debian-11-x86_64 on Debian based systems is expected to contain File[/etc/modsecurity/activated_rules] with ensure => "directory", path => "/etc/modsecurity/activated_rules", owner => "www-data" and group => "www-data" Failure/Error: expect(subject).to contain_file('/etc/modsecurity/activated_rules').with( ensure: 'directory', path: '/etc/modsecurity/activated_rules', owner: 'www-data', group: 'www-data' ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/security_crs.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/security.pp, line: 361, column: 18) on node fv-az524-939.igxe211viwkezmo5lnqk45pdag.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/mod/security_spec.rb#L283
apache::mod::security on debian-11-x86_64 on Debian based systems is expected to contain File[/etc/modsecurity/security_crs.conf] with path => "/etc/modsecurity/security_crs.conf" Failure/Error: expect(subject).to contain_file('/etc/modsecurity/security_crs.conf').with( path: '/etc/modsecurity/security_crs.conf', ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/security_crs.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/security.pp, line: 361, column: 18) on node fv-az524-939.igxe211viwkezmo5lnqk45pdag.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7): spec/classes/mod/security_spec.rb#L296
apache::mod::security on debian-11-x86_64 on Debian based systems with custom parameters is expected not to contain File[/etc/modsecurity/custom_rules/custom_01_rules.conf] Failure/Error: expect(subject).not_to contain_file('/etc/modsecurity/custom_rules/custom_01_rules.conf') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/security_crs.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/security.pp, line: 361, column: 18) on node fv-az524-939.igxe211viwkezmo5lnqk45pdag.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/mod/proxy_balancer_spec.rb#L11
apache::mod::proxy_balancer default configuration with custom parameters $manager => true, $allow_from => ['10.10.10.10','11.11.11.11'], $status_path => '/custom-manager' on a Debian OS is expected to contain File[proxy_balancer.conf] with content supplied string Failure/Error: expect(subject).to contain_file('proxy_balancer.conf').with_content(expected) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/status.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/status.pp, line: 47, column: 16) on node fv-az733-4.nxm3qumc1lgurckcn0jkoxjypf.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/mod/security_spec.rb#L22
apache::mod::security on almalinux-8-x86_64 on RedHat based systems is expected to contain Apache::Mod[security] with id => "security2_module" and lib => "mod_security2.so" Failure/Error: expect(subject).to contain_apache__mod('security').with( id: 'security2_module', lib: 'mod_security2.so', ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/security_crs.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/security.pp, line: 361, column: 18) on node fv-az733-4.nxm3qumc1lgurckcn0jkoxjypf.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/mod/security_spec.rb#L29
apache::mod::security on almalinux-8-x86_64 on RedHat based systems is expected to contain Apache::Mod[unique_id] with id => "unique_id_module" and lib => "mod_unique_id.so" Failure/Error: expect(subject).to contain_apache__mod('unique_id').with( id: 'unique_id_module', lib: 'mod_unique_id.so', ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/security_crs.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/security.pp, line: 361, column: 18) on node fv-az733-4.nxm3qumc1lgurckcn0jkoxjypf.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/mod/security_spec.rb#L36
apache::mod::security on almalinux-8-x86_64 on RedHat based systems is expected to contain Package[mod_security_crs] Failure/Error: it { is_expected.to contain_package('mod_security_crs') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/security_crs.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/security.pp, line: 361, column: 18) on node fv-az733-4.nxm3qumc1lgurckcn0jkoxjypf.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/mod/security_spec.rb#L39
apache::mod::security on almalinux-8-x86_64 on RedHat based systems is expected to contain File[security.conf] with path => "/etc/httpd/conf.modules.d/security.conf" Failure/Error: expect(subject).to contain_file('security.conf').with( path: '/etc/httpd/conf.modules.d/security.conf', ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/security_crs.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/security.pp, line: 361, column: 18) on node fv-az733-4.nxm3qumc1lgurckcn0jkoxjypf.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/mod/security_spec.rb#L46
apache::mod::security on almalinux-8-x86_64 on RedHat based systems is expected to contain File[security.conf] with content =~ /^\s+SecAuditLogRelevantStatus "\^\(\?:5\|4\(\?!04\)\)"$/, content =~ /^\s+SecAuditLogParts ABIJDEFHZ$/, content =~ /^\s+SecAuditLogType Serial$/, content =~ /^\s+SecDebugLog \/var\/log\/httpd\/modsec_debug.log$/, content =~ /^\s+SecAuditLog \/var\/log\/httpd\/modsec_audit.log$/ and content =~ /^\s+SecTmpDir \/var\/lib\/mod_security$/ Failure/Error: expect(subject).to contain_file('security.conf') .with_content(%r{^\s+SecAuditLogRelevantStatus "\^\(\?:5\|4\(\?!04\)\)"$}) .with_content(%r{^\s+SecAuditLogParts ABIJDEFHZ$}) .with_content(%r{^\s+SecAuditLogType Serial$}) .with_content(%r{^\s+SecDebugLog /var/log/httpd/modsec_debug.log$}) .with_content(%r{^\s+SecAuditLog /var/log/httpd/modsec_audit.log$}) .with_content(%r{^\s+SecTmpDir /var/lib/mod_security$}) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/security_crs.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/security.pp, line: 361, column: 18) on node fv-az733-4.nxm3qumc1lgurckcn0jkoxjypf.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/mod/security_spec.rb#L56
apache::mod::security on almalinux-8-x86_64 on RedHat based systems is expected to contain File[/etc/httpd/modsecurity.d] with ensure => "directory", path => "/etc/httpd/modsecurity.d", owner => "root", group => "root" and mode => "0755" Failure/Error: expect(subject).to contain_file('/etc/httpd/modsecurity.d').with( ensure: 'directory', path: '/etc/httpd/modsecurity.d', owner: 'root', group: 'root', mode: '0755' ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/security_crs.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/security.pp, line: 361, column: 18) on node fv-az733-4.nxm3qumc1lgurckcn0jkoxjypf.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/mod/security_spec.rb#L63
apache::mod::security on almalinux-8-x86_64 on RedHat based systems is expected to contain File[/etc/httpd/modsecurity.d/activated_rules] with ensure => "directory", path => "/etc/httpd/modsecurity.d/activated_rules", owner => "apache" and group => "apache" Failure/Error: expect(subject).to contain_file('/etc/httpd/modsecurity.d/activated_rules').with( ensure: 'directory', path: '/etc/httpd/modsecurity.d/activated_rules', owner: 'apache', group: 'apache' ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/security_crs.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/security.pp, line: 361, column: 18) on node fv-az733-4.nxm3qumc1lgurckcn0jkoxjypf.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/mod/security_spec.rb#L70
apache::mod::security on almalinux-8-x86_64 on RedHat based systems is expected to contain File[/etc/httpd/modsecurity.d/security_crs.conf] with path => "/etc/httpd/modsecurity.d/security_crs.conf" Failure/Error: expect(subject).to contain_file('/etc/httpd/modsecurity.d/security_crs.conf').with( path: '/etc/httpd/modsecurity.d/security_crs.conf', ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/security_crs.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/security.pp, line: 361, column: 18) on node fv-az733-4.nxm3qumc1lgurckcn0jkoxjypf.ex.internal.cloudapp.net
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/classes/mod/security_spec.rb#L86
apache::mod::security on almalinux-8-x86_64 on RedHat based systems is expected to contain Apache::Security::Rule_link[rules/crawlers-user-agents.data] Failure/Error: it { is_expected.to contain_apache__security__rule_link('rules/crawlers-user-agents.data') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find template 'apache/mod/security_crs.conf.erb' (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/security.pp, line: 361, column: 18) on node fv-az733-4.nxm3qumc1lgurckcn0jkoxjypf.ex.internal.cloudapp.net