Add http2
directive instead of listen
option
#416
Annotations
9 errors
|
spec/acceptance/nginx_mail_spec.rb#L32
nginx::resource::mailhost define: actualy test the mail module runs successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113603140.pp.7c89aW
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Nginx::Resource::Mailhost[domain1.example]: has no parameter named 'http2' (file: /tmp/apply_manifest_113603140.pp.7c89aW, line: 18) on node ubuntu2204-64-puppet8.example.com
|
spec/acceptance/nginx_mail_spec.rb#L74
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/nginx/conf.mail.d/domain1.example.conf".file?` to be truthy, got false
|
spec/acceptance/nginx_mail_spec.rb#L75
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to contain "auth_http localhost/cgi-bin/auth;"
Failure/Error: it { is_expected.to contain 'auth_http localhost/cgi-bin/auth;' }
expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "auth_http localhost/cgi-bin/auth;"
|
spec/acceptance/nginx_mail_spec.rb#L76
nginx::resource::mailhost define: actualy test the mail module File "/etc/nginx/conf.mail.d/domain1.example.conf" is expected to contain "listen *:465 ssl;"
Failure/Error: it { is_expected.to contain 'listen *:465 ssl;' }
expected File "/etc/nginx/conf.mail.d/domain1.example.conf" to contain "listen *:465 ssl;"
|
spec/acceptance/nginx_mail_spec.rb#L80
nginx::resource::mailhost define: actualy test the mail module Port "587" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "587" to be listening
|
spec/acceptance/nginx_mail_spec.rb#L84
nginx::resource::mailhost define: actualy test the mail module Port "465" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "465" to be listening
|
spec/acceptance/nginx_mail_spec.rb#L88
nginx::resource::mailhost define: actualy test the mail module when configured for nginx 1.14 runs successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113610353.pp.CbTtEm
Last 10 lines of output were:
Oct 23 11:36:20 ubuntu2204-64-puppet8.example.com systemd[1]: Stopping nginx - high performance web server...
Oct 23 11:36:20 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Deactivated successfully.
Oct 23 11:36:20 ubuntu2204-64-puppet8.example.com systemd[1]: Stopped nginx - high performance web server.
Oct 23 11:36:20 ubuntu2204-64-puppet8.example.com systemd[1]: Starting nginx - high performance web server...
Oct 23 11:36:20 ubuntu2204-64-puppet8.example.com nginx[7601]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14
Oct 23 11:36:20 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
Oct 23 11:36:20 ubuntu2204-64-puppet8.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 23 11:36:20 ubuntu2204-64-puppet8.example.com systemd[1]: Failed to start nginx - high performance web server.
�[mNotice: Applied catalog in 3.29 seconds
|
|
The logs for this run have expired and are no longer available.
Loading