Add Debian 12 OS support #710
Triggered via pull request
March 8, 2024 13:46
Status
Cancelled
Total duration
1h 11m 10s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
20s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
27 errors
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0
Process completed with exit code 1.
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L56
zabbix::server class deploys a zabbix 5.0 server works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_134949676.pp.EmqyGL
Last 10 lines of output were:
Warning: /Stage[main]/Zabbix::Database::Postgresql/Exec[zabbix_create.sql]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/File[/etc/zabbix/zabbix_server.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/File[/etc/zabbix/zabbix_server.conf.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Systemd::Journald/Service[systemd-journald]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/File[/etc/init.d/zabbix-server]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/Systemd::Unit_file[zabbix-server.service]/File[/etc/systemd/system/zabbix-server.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/Systemd::Unit_file[zabbix-server.service]/Systemd::Daemon_reload[zabbix-server.service]/Exec[systemd-zabbix-server.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Service[zabbix-server]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 1.88 seconds
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L83
zabbix::server class deploys a zabbix 5.0 server Package "zabbix-server-pgsql" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "zabbix-server-pgsql" to be installed
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L87
zabbix::server class deploys a zabbix 5.0 server Service "zabbix-server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-server" to be running
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/zabbix_application_spec.rb#L45
zabbix_application type create zabbix_application resources with zabbix version 5.0 works with no error on the first apply
Failure/Error: apply_manifest(pp1, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_134959813.pp.NhQYoj
Last 10 lines of output were:
�[mNotice: /Stage[main]/Zabbix::Web/File[/etc/zabbix/web/zabbix.conf.php]/ensure: defined content as '{sha256}4f99b916dd16bdc322416df4e2b6dac9aeab2828f30562816073edaf1e43d902'
�[mNotice: /Stage[main]/Zabbix::Web/File[/etc/zabbix/zabbix.conf.php]/ensure: created
�[mNotice: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat[25-localhost.conf]/File[/etc/apache2/sites-available/25-localhost.conf]/ensure: defined content as '{sha256}a0e7595477dc79cb52876368e234fb40bd17e55dee6ac1e54656313f1ba30d0c'
Info: Concat[25-localhost.conf]: Scheduling refresh of Class[Apache::Service]
�[mNotice: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/File[25-localhost.conf symlink]/ensure: created
Info: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/File[25-localhost.conf symlink]: Scheduling refresh of Class[Apache::Service]
Info: Class[Apache::Service]: Scheduling refresh of Service[httpd]
�[mNotice: /Stage[main]/Apache::Service/Service[httpd]: Triggered 'refresh' from 1 event
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 52.11 seconds
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/zabbix_application_spec.rb#L52
zabbix_application type create zabbix_application resources with zabbix version 5.0 works with no error on the second apply
Failure/Error: apply_manifest(pp1, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_135056517.pp.5z4Dok
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 1.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709905859'
�[mNotice: /Stage[main]/Zabbix::Database::Postgresql/Exec[zabbix_create.sql]/returns: psql: error: create.sql: No such file or directory
Error: 'cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then zcat create.sql.gz | psql ; else psql -f create.sql; fi && touch /etc/zabbix/.schema.done' returned 1 instead of one of [0]
Error: /Stage[main]/Zabbix::Database::Postgresql/Exec[zabbix_create.sql]/returns: change from 'notrun' to ['0'] failed: 'cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then zcat create.sql.gz | psql ; else psql -f create.sql; fi && touch /etc/zabbix/.schema.done' returned 1 instead of one of [0]
�[mNotice: /Stage[main]/Zabbix::Server/Service[zabbix-server]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Server/Service[zabbix-server]: Unscheduling refresh on Service[zabbix-server]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.16 seconds
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/zabbix_application_spec.rb#L57
zabbix_application type create zabbix_application resources with zabbix version 5.0 works with no error on the third apply
Failure/Error: apply_manifest(pp2, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_135103170.pp.2HDEwO
Last 10 lines of output were:
}
on request:
{
"method": "apiinfo.version",
"params": {
},
"id": 51840,
"jsonrpc": "2.0"
}
�[mNotice: Applied catalog in 0.09 seconds
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/zabbix_application_spec.rb#L61
zabbix_application type create zabbix_application resources with zabbix version 5.0 works without changes on the fourth apply
Failure/Error: apply_manifest(pp2, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_135106422.pp.99zP2X
Last 10 lines of output were:
}
on request:
{
"method": "apiinfo.version",
"params": {
},
"id": 9817,
"jsonrpc": "2.0"
}
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/zabbix_application_spec.rb#L73
zabbix_application type TestApplication1 is attached to Template OS Linux by Zabbix agent
Failure/Error: let(:template1) { result_templates.select { |t| t['host'] == template }.first }
NoMethodError:
private method `select' called for nil:NilClass
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/zabbix_host_spec.rb#L48
zabbix_host type create zabbix_host resources with zabbix version 5.0 works with no error on the first apply
Failure/Error: apply_manifest(pp1, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_135116652.pp.Jh3yTv
Last 10 lines of output were:
�[mNotice: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/File[/etc/init.d/zabbix-server]/ensure: removed
�[mNotice: /Stage[main]/Zabbix::Server/Service[zabbix-server]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Server/Service[zabbix-server]: Unscheduling refresh on Service[zabbix-server]
�[mNotice: /Stage[main]/Zabbix::Zabbixapi/Package[zabbixapi]/ensure: created
�[mNotice: /Stage[main]/Zabbix::Web/Package[zabbix-frontend-php]/ensure: created
�[mNotice: /Stage[main]/Zabbix::Web/File[/etc/zabbix/zabbix.conf.php]/ensure: created
�[mNotice: /Stage[main]/Apache::Service/Service[httpd]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Apache::Service/Service[httpd]: Unscheduling refresh on Service[httpd]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 7.98 seconds
|
Puppet / Puppet 8 - Debian 12 - Zabbix 5.0:
spec/acceptance/zabbix_host_spec.rb#L55
zabbix_host type create zabbix_host resources with zabbix version 5.0 works with no error on the second apply
Failure/Error: apply_manifest(pp1, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_135129177.pp.VML6J5
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 1.10 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709905892'
�[mNotice: /Stage[main]/Zabbix::Database::Postgresql/Exec[zabbix_create.sql]/returns: psql: error: create.sql: No such file or directory
Error: 'cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then zcat create.sql.gz | psql ; else psql -f create.sql; fi && touch /etc/zabbix/.schema.done' returned 1 instead of one of [0]
Error: /Stage[main]/Zabbix::Database::Postgresql/Exec[zabbix_create.sql]/returns: change from 'notrun' to ['0'] failed: 'cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then zcat create.sql.gz | psql ; else psql -f create.sql; fi && touch /etc/zabbix/.schema.done' returned 1 instead of one of [0]
�[mNotice: /Stage[main]/Zabbix::Server/Service[zabbix-server]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Server/Service[zabbix-server]: Unscheduling refresh on Service[zabbix-server]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.12 seconds
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0
Process completed with exit code 1.
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L56
zabbix::server class deploys a zabbix 5.0 server works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_134946863.pp.MOQE85
Last 10 lines of output were:
Warning: /Stage[main]/Zabbix::Database::Postgresql/Exec[zabbix_create.sql]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/File[/etc/zabbix/zabbix_server.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/File[/etc/zabbix/zabbix_server.conf.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Systemd::Journald/Service[systemd-journald]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/File[/etc/init.d/zabbix-server]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/Systemd::Unit_file[zabbix-server.service]/File[/etc/systemd/system/zabbix-server.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/Systemd::Unit_file[zabbix-server.service]/Systemd::Daemon_reload[zabbix-server.service]/Exec[systemd-zabbix-server.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Service[zabbix-server]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.18 seconds
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L83
zabbix::server class deploys a zabbix 5.0 server Package "zabbix-server-pgsql" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "zabbix-server-pgsql" to be installed
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/server_spec.rb#L87
zabbix::server class deploys a zabbix 5.0 server Service "zabbix-server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-server" to be running
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/zabbix_application_spec.rb#L45
zabbix_application type create zabbix_application resources with zabbix version 5.0 works with no error on the first apply
Failure/Error: apply_manifest(pp1, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_134956988.pp.feuqbe
Last 10 lines of output were:
�[mNotice: /Stage[main]/Zabbix::Web/File[/etc/zabbix/web/zabbix.conf.php]/ensure: defined content as '{sha256}4f99b916dd16bdc322416df4e2b6dac9aeab2828f30562816073edaf1e43d902'
�[mNotice: /Stage[main]/Zabbix::Web/File[/etc/zabbix/zabbix.conf.php]/ensure: created
�[mNotice: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat[25-localhost.conf]/File[/etc/apache2/sites-available/25-localhost.conf]/ensure: defined content as '{sha256}a0e7595477dc79cb52876368e234fb40bd17e55dee6ac1e54656313f1ba30d0c'
Info: Concat[25-localhost.conf]: Scheduling refresh of Class[Apache::Service]
�[mNotice: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/File[25-localhost.conf symlink]/ensure: created
Info: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/File[25-localhost.conf symlink]: Scheduling refresh of Class[Apache::Service]
Info: Class[Apache::Service]: Scheduling refresh of Service[httpd]
�[mNotice: /Stage[main]/Apache::Service/Service[httpd]: Triggered 'refresh' from 1 event
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 68.46 seconds
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/zabbix_application_spec.rb#L52
zabbix_application type create zabbix_application resources with zabbix version 5.0 works with no error on the second apply
Failure/Error: apply_manifest(pp1, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_135110102.pp.qxpwV2
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 1.09 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709905872'
�[mNotice: /Stage[main]/Zabbix::Database::Postgresql/Exec[zabbix_create.sql]/returns: psql: error: create.sql: No such file or directory
Error: 'cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then zcat create.sql.gz | psql ; else psql -f create.sql; fi && touch /etc/zabbix/.schema.done' returned 1 instead of one of [0]
Error: /Stage[main]/Zabbix::Database::Postgresql/Exec[zabbix_create.sql]/returns: change from 'notrun' to ['0'] failed: 'cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then zcat create.sql.gz | psql ; else psql -f create.sql; fi && touch /etc/zabbix/.schema.done' returned 1 instead of one of [0]
�[mNotice: /Stage[main]/Zabbix::Server/Service[zabbix-server]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Server/Service[zabbix-server]: Unscheduling refresh on Service[zabbix-server]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.08 seconds
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/zabbix_application_spec.rb#L57
zabbix_application type create zabbix_application resources with zabbix version 5.0 works with no error on the third apply
Failure/Error: apply_manifest(pp2, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_135116599.pp.X751uL
Last 10 lines of output were:
}
on request:
{
"method": "apiinfo.version",
"params": {
},
"id": 39393,
"jsonrpc": "2.0"
}
�[mNotice: Applied catalog in 0.09 seconds
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/zabbix_application_spec.rb#L61
zabbix_application type create zabbix_application resources with zabbix version 5.0 works without changes on the fourth apply
Failure/Error: apply_manifest(pp2, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_135119683.pp.kD4nQw
Last 10 lines of output were:
}
on request:
{
"method": "apiinfo.version",
"params": {
},
"id": 17035,
"jsonrpc": "2.0"
}
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/zabbix_application_spec.rb#L73
zabbix_application type TestApplication1 is attached to Template OS Linux by Zabbix agent
Failure/Error: let(:template1) { result_templates.select { |t| t['host'] == template }.first }
NoMethodError:
private method `select' called for nil:NilClass
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/zabbix_host_spec.rb#L48
zabbix_host type create zabbix_host resources with zabbix version 5.0 works with no error on the first apply
Failure/Error: apply_manifest(pp1, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_135129187.pp.e1kSAH
Last 10 lines of output were:
�[mNotice: /Stage[main]/Zabbix::Server/Zabbix::Startup[zabbix-server]/File[/etc/init.d/zabbix-server]/ensure: removed
�[mNotice: /Stage[main]/Zabbix::Server/Service[zabbix-server]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Server/Service[zabbix-server]: Unscheduling refresh on Service[zabbix-server]
�[mNotice: /Stage[main]/Zabbix::Zabbixapi/Package[zabbixapi]/ensure: created
�[mNotice: /Stage[main]/Zabbix::Web/Package[zabbix-frontend-php]/ensure: created
�[mNotice: /Stage[main]/Zabbix::Web/File[/etc/zabbix/zabbix.conf.php]/ensure: created
�[mNotice: /Stage[main]/Apache::Service/Service[httpd]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Apache::Service/Service[httpd]: Unscheduling refresh on Service[httpd]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 20.02 seconds
|
Puppet / Puppet 7 - Debian 12 - Zabbix 5.0:
spec/acceptance/zabbix_host_spec.rb#L55
zabbix_host type create zabbix_host resources with zabbix version 5.0 works with no error on the second apply
Failure/Error: apply_manifest(pp1, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_135153667.pp.2Bg1iA
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 1.10 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709905916'
�[mNotice: /Stage[main]/Zabbix::Database::Postgresql/Exec[zabbix_create.sql]/returns: psql: error: create.sql: No such file or directory
Error: 'cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then zcat create.sql.gz | psql ; else psql -f create.sql; fi && touch /etc/zabbix/.schema.done' returned 1 instead of one of [0]
Error: /Stage[main]/Zabbix::Database::Postgresql/Exec[zabbix_create.sql]/returns: change from 'notrun' to ['0'] failed: 'cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then zcat create.sql.gz | psql ; else psql -f create.sql; fi && touch /etc/zabbix/.schema.done' returned 1 instead of one of [0]
�[mNotice: /Stage[main]/Zabbix::Server/Service[zabbix-server]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Server/Service[zabbix-server]: Unscheduling refresh on Service[zabbix-server]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.01 seconds
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/zabbix_template_spec.rb#L41
zabbix_template type create zabbix_template resources with zabbix version 6.0 works with no error on the first apply
Failure/Error: apply_manifest(pp1, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_135850728.pp.Dkydly
Last 10 lines of output were:
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-directories]/Concat_fragment[localhost-directories]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-logging]/Concat_fragment[localhost-logging]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-serversignature]/Concat_fragment[localhost-serversignature]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-access_log]/Concat_fragment[localhost-access_log]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-rewrite]/Concat_fragment[localhost-rewrite]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-custom_fragment]/Concat_fragment[localhost-custom_fragment]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-file_footer]/Concat_fragment[localhost-file_footer]: Skipping because of failed dependencies
Info: Class[Zabbix::Web]: Unscheduling all events on Class[Zabbix::Web]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 73.17 seconds
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '927/merge' exists
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0
The operation was canceled.
|