Add http2
directive instead of listen
option
#412
Annotations
10 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 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084336515.pp.RA3Omu
Last 10 lines of output were:
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/streams-available]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/nginx.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/etc/nginx/mime.types]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Config/File[/tmp/nginx.mail.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Nginx::Resource::Mailhost[domain1.example]/Concat[/etc/nginx/conf.mail.d/domain1.example.conf]/Concat_file[/etc/nginx/conf.mail.d/domain1.example.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Nginx::Resource::Mailhost[domain1.example]/Concat[/etc/nginx/conf.mail.d/domain1.example.conf]/File[/etc/nginx/conf.mail.d/domain1.example.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Nginx::Service/Service[nginx]: Skipping because of failed dependencies
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 4.40 seconds
|
spec/acceptance/nginx_mail_spec.rb#L73
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#L74
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#L75
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#L79
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#L83
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_server_spec.rb#L7
nginx::resource::server define: new server on port 80 configures a nginx server
Failure/Error: apply_manifest(pp, catch_failures: true, trace: true, debug: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --debug --trace --detailed-exitcodes /tmp/apply_manifest_084355060.pp.P0t7c9
Last 10 lines of output were:
Debug: Stage[main]: Resource is being skipped, unscheduling all events
Debug: Finishing transaction 17560
Debug: Storing state
Debug: Pruned old state cache entries in 0.00 seconds
Debug: Stored state in 0.01 seconds
�[mNotice: Applied catalog in 2.14 seconds
Debug: Applying settings catalog for sections reporting, metrics
Debug: Finishing transaction 28580
Debug: Received report to process from centos9-64-puppet8.example.com
Debug: Processing report from centos9-64-puppet8.example.com with processor Puppet::Reports::Store
|
spec/acceptance/nginx_server_spec.rb#L62
nginx::resource::server define: should run successfully with ssl configures a nginx SSL server
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084402807.pp.lcKVmR
Last 10 lines of output were:
Oct 23 08:43:54 centos9-64-puppet8.example.com systemd[1]: Starting The nginx HTTP and reverse proxy server...
Oct 23 08:43:54 centos9-64-puppet8.example.com nginx[3516]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
Oct 23 08:43:54 centos9-64-puppet8.example.com nginx[3516]: nginx: configuration file /etc/nginx/nginx.conf test is successful
Oct 23 08:43:54 centos9-64-puppet8.example.com systemd[1]: Started The nginx HTTP and reverse proxy server.
�[mNotice: /Stage[main]/Nginx::Service/Service[nginx]: Triggered 'refresh' from 1 event
Info: Class[Nginx::Service]: Unscheduling all events on Class[Nginx::Service]
Info: Class[Nginx]: Unscheduling all events on Class[Nginx]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.70 seconds
|
spec/acceptance/nginx_server_spec.rb#L102
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com with "Hello from www"
Failure/Error:
shell('/usr/bin/curl http://www.puppetlabs.com:80') do |r|
expect(r.stdout).to eq("Hello from www\n")
end
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl http://www.puppetlabs.com:80
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
|
spec/acceptance/nginx_server_spec.rb#L108
nginx::resource::server define: should run successfully with ssl answers to http://www.puppetlabs.com without error
Failure/Error:
shell('/usr/bin/curl --fail http://www.puppetlabs.com:80') do |r|
expect(r.exit_code).to eq(0)
end
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 7 running:
/usr/bin/curl --fail http://www.puppetlabs.com:80
Last 10 lines of output were:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to www.puppetlabs.com port 80: Connection refused
|
The logs for this run have expired and are no longer available.
Loading