Add http2
directive instead of listen
option
#416
Annotations
8 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 'archlinuxrolling-64-none.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113507181.pp.bd0sVC
Last 10 lines of output were:
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_113507181.pp.bd0sVC, line: 18) on node archlinuxrolling-64-none.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 'archlinuxrolling-64-none.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113509437.pp.ztyihH
Last 10 lines of output were:
Oct 23 11:35:11 archlinuxrolling-64-none.example.com systemd[1]: Stopping A high performance web server and a reverse proxy server...
Oct 23 11:35:11 archlinuxrolling-64-none.example.com systemd[1]: nginx.service: Deactivated successfully.
Oct 23 11:35:11 archlinuxrolling-64-none.example.com systemd[1]: Stopped A high performance web server and a reverse proxy server.
Oct 23 11:35:11 archlinuxrolling-64-none.example.com systemd[1]: Starting A high performance web server and a reverse proxy server...
Oct 23 11:35:11 archlinuxrolling-64-none.example.com nginx[1431]: 2023/10/23 11:35:11 [emerg] 1431#1431: unknown directive "ssl" in /etc/nginx/conf.mail.d/domain1.example.conf:14
Oct 23 11:35:11 archlinuxrolling-64-none.example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
Oct 23 11:35:11 archlinuxrolling-64-none.example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 23 11:35:11 archlinuxrolling-64-none.example.com systemd[1]: Failed to start A high performance web server and a reverse proxy server.
�[mNotice: Applied catalog in 0.40 seconds
|
|
The logs for this run have expired and are no longer available.
Loading