drop support for versions < 1.15.0 #480
Annotations
10 errors
spec/acceptance/class_spec.rb#L34
nginx class: default parameters runs successfully
Failure/Error: expect(apply_manifest(pp, catch_failures: true).exit_code).to be_zero
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_072508965.sJSUvF.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Function Call, nginx::nginx_version must be at least 1.15.0, got 1.14.1 (file: /etc/puppetlabs/code/environments/production/modules/nginx/manifests/init.pp, line: 255, column: 5) on node centos8-64-puppet7.example.com
|
spec/acceptance/init_spec.rb#L8
nginx class default parameters works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_072524781.UGQ6V4.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Function Call, nginx::nginx_version must be at least 1.15.0, got 1.14.1 (file: /etc/puppetlabs/code/environments/production/modules/nginx/manifests/init.pp, line: 255, column: 5) on node centos8-64-puppet7.example.com
|
spec/acceptance/init_spec.rb#L40
nginx class default parameters Port "80" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "80" to be listening
|
spec/acceptance/init_spec.rb#L46
nginx class with service_config_check true works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_072526642.ayoZ1B.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Function Call, nginx::nginx_version must be at least 1.15.0, got 1.14.1 (file: /etc/puppetlabs/code/environments/production/modules/nginx/manifests/init.pp, line: 255, column: 5) on node centos8-64-puppet7.example.com
|
spec/acceptance/init_spec.rb#L80
nginx class with service_config_check true Port "80" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "80" to be listening
|
spec/acceptance/nginx_location_spec.rb#L6
nginx::resource::location define: runs successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_072528455.fgKlcs.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Function Call, nginx::nginx_version must be at least 1.15.0, got 1.14.1 (file: /etc/puppetlabs/code/environments/production/modules/nginx/manifests/init.pp, line: 255, column: 5) on node centos8-64-puppet7.example.com
|
spec/acceptance/nginx_location_spec.rb#L41
nginx::resource::location define: File "/etc/nginx/sites-available/www.puppetlabs.com.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/nginx/sites-available/www.puppetlabs.com.conf".file?` to be truthy, got false
|
spec/acceptance/nginx_location_spec.rb#L42
nginx::resource::location define: File "/etc/nginx/sites-available/www.puppetlabs.com.conf" is expected to contain "# MANAGED BY PUPPET"
Failure/Error: it { is_expected.to contain '# MANAGED BY PUPPET' }
expected File "/etc/nginx/sites-available/www.puppetlabs.com.conf" to contain "# MANAGED BY PUPPET"
|
spec/acceptance/nginx_location_spec.rb#L43
nginx::resource::location define: File "/etc/nginx/sites-available/www.puppetlabs.com.conf" is expected to contain " root /var/www/www.puppetlabs.com;"
Failure/Error: it { is_expected.to contain ' root /var/www/www.puppetlabs.com;' }
expected File "/etc/nginx/sites-available/www.puppetlabs.com.conf" to contain " root /var/www/www.puppetlabs.com;"
|
spec/acceptance/nginx_location_spec.rb#L44
nginx::resource::location define: File "/etc/nginx/sites-available/www.puppetlabs.com.conf" is expected to contain " location /media {"
Failure/Error: it { is_expected.to contain ' location /media {' }
expected File "/etc/nginx/sites-available/www.puppetlabs.com.conf" to contain " location /media {"
|
This job failed
Loading