Skip to content

Add and remove Zabbix 6.0 + 6.4 options (HA mode, StatsAllowedIP, ProxyConfigFrequency, HeartbeatFrequency) #667

Add and remove Zabbix 6.0 + 6.4 options (HA mode, StatsAllowedIP, ProxyConfigFrequency, HeartbeatFrequency)

Add and remove Zabbix 6.0 + 6.4 options (HA mode, StatsAllowedIP, ProxyConfigFrequency, HeartbeatFrequency) #667

Triggered via pull request February 16, 2024 14:37
Status Cancelled
Total duration 14m 6s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
19s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

204 errors
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143948155.pp.eyYHAV Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 17.14 seconds
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - Rocky 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - Rocky 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0
Process completed with exit code 1.
Puppet / 8 (Ruby 3.2): spec/classes/web_spec.rb#L216
zabbix::web on centos-7-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER = 'localhost'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER = 'localhost'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER = 'localhost'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER = 'localhost') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / 8 (Ruby 3.2): spec/classes/web_spec.rb#L217
zabbix::web on centos-7-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER_PORT = '3306'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER_PORT = '3306'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER_PORT = '3306'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER_PORT = '3306') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / 8 (Ruby 3.2): spec/classes/web_spec.rb#L216
zabbix::web on centos-7-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER = 'localhost'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER = 'localhost'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER = 'localhost'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER = 'localhost') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / 8 (Ruby 3.2): spec/classes/web_spec.rb#L217
zabbix::web on centos-7-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER_PORT = '3306'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER_PORT = '3306'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER_PORT = '3306'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER_PORT = '3306') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / 8 (Ruby 3.2): spec/classes/web_spec.rb#L216
zabbix::web on centos-8-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER = 'localhost'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER = 'localhost'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER = 'localhost'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER = 'localhost') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / 8 (Ruby 3.2): spec/classes/web_spec.rb#L217
zabbix::web on centos-8-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER_PORT = '3306'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER_PORT = '3306'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER_PORT = '3306'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER_PORT = '3306') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / 8 (Ruby 3.2): spec/classes/web_spec.rb#L216
zabbix::web on centos-8-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER = 'localhost'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER = 'localhost'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER = 'localhost'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER = 'localhost') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / 8 (Ruby 3.2): spec/classes/web_spec.rb#L217
zabbix::web on centos-8-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER_PORT = '3306'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER_PORT = '3306'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER_PORT = '3306'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER_PORT = '3306') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / 8 (Ruby 3.2): spec/classes/web_spec.rb#L216
zabbix::web on debian-11-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER = 'localhost'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER = 'localhost'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER = 'localhost'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER = 'localhost') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / 8 (Ruby 3.2): spec/classes/web_spec.rb#L217
zabbix::web on debian-11-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER_PORT = '3306'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER_PORT = '3306'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER_PORT = '3306'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER_PORT = '3306') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143953268.pp.BTAeOe Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 16.91 seconds
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0
Process completed with exit code 1.
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144004721.pp.PJIkXe Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 14.60 seconds
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - AlmaLinux 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0
Process completed with exit code 1.
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144008482.pp.8szMRa 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 15.48 seconds
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - CentOS 7 - Zabbix 6.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - CentOS 7 - Zabbix 6.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0
Process completed with exit code 1.
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144008703.pp.uIjQca Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 21.72 seconds
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0
Process completed with exit code 1.
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144011796.pp.WKqU94 Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 18.72 seconds
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - Rocky 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - Rocky 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0
Process completed with exit code 1.
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144017846.pp.DPCcjU 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 14.70 seconds
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0
Process completed with exit code 1.
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144006584.pp.dTC64t Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 27.33 seconds
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - CentOS 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - CentOS 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0
Process completed with exit code 1.
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144024211.pp.E4Bczn 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 12.13 seconds
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - CentOS 7 - Zabbix 6.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - CentOS 7 - Zabbix 6.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0
Process completed with exit code 1.
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144020419.pp.QJEo1v Last 10 lines of output were: Info: Stage[main]: Unscheduling all events on Stage[main] 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 �[mNotice: Applied catalog in 22.62 seconds
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - OracleLinux 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0
Process completed with exit code 1.
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144029235.pp.6Wc08h 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 13.87 seconds
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0
Process completed with exit code 1.
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors 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_144019490.pp.5WDDwP Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 24.60 seconds
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - CentOS 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - CentOS 9 - Zabbix 5.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0
Process completed with exit code 1.
Puppet / 7 (Ruby 2.7): spec/classes/web_spec.rb#L216
zabbix::web on centos-7-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER = 'localhost'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER = 'localhost'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER = 'localhost'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER = 'localhost') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / 7 (Ruby 2.7): spec/classes/web_spec.rb#L217
zabbix::web on centos-7-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER_PORT = '3306'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER_PORT = '3306'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER_PORT = '3306'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER_PORT = '3306') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / 7 (Ruby 2.7): spec/classes/web_spec.rb#L216
zabbix::web on centos-7-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER = 'localhost'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER = 'localhost'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER = 'localhost'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER = 'localhost') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / 7 (Ruby 2.7): spec/classes/web_spec.rb#L217
zabbix::web on centos-7-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER_PORT = '3306'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER_PORT = '3306'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER_PORT = '3306'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER_PORT = '3306') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / 7 (Ruby 2.7): spec/classes/web_spec.rb#L216
zabbix::web on debian-11-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER = 'localhost'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER = 'localhost'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER = 'localhost'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER = 'localhost') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / 7 (Ruby 2.7): spec/classes/web_spec.rb#L217
zabbix::web on debian-11-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER_PORT = '3306'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER_PORT = '3306'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER_PORT = '3306'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER_PORT = '3306') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / 7 (Ruby 2.7): spec/classes/web_spec.rb#L216
zabbix::web on debian-11-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER = 'localhost'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER = 'localhost'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER = 'localhost'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER = 'localhost') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / 7 (Ruby 2.7): spec/classes/web_spec.rb#L217
zabbix::web on debian-11-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER_PORT = '3306'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER_PORT = '3306'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER_PORT = '3306'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER_PORT = '3306') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / 7 (Ruby 2.7): spec/classes/web_spec.rb#L216
zabbix::web on centos-8-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER = 'localhost'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER = 'localhost'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER = 'localhost'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER = 'localhost') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / 7 (Ruby 2.7): spec/classes/web_spec.rb#L217
zabbix::web on centos-8-x86_64 with database_* settings is expected to contain File[/etc/zabbix/web/zabbix.conf.php] with content =~ /^\$ZBX_SERVER_PORT = '3306'/ Failure/Error: it { is_expected.to contain_file('/etc/zabbix/web/zabbix.conf.php').with_content(%r{^\$ZBX_SERVER_PORT = '3306'}) } expected that the catalogue would contain File[/etc/zabbix/web/zabbix.conf.php] with content set to /^\$ZBX_SERVER_PORT = '3306'/ but it is set to "<?php\n// Zabbix GUI configuration file\nglobal $DB;\n\n$DB['TYPE'] = 'POSTGRESQL';\n$DB['SERVER'] = 'localhost';\n$DB['PORT'] = '5432';\n$DB['DATABASE'] = 'zabbix-server';\n$DB['USER'] = 'zabbix-server';\n$DB['PASSWORD'] = 'zabbix-server';\n\n// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database\n$DB['SCHEMA'] = '';\n\n\n$ZBX_SERVER_NAME = 'localhost';\n\n$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;\n\n\n\n\n\n\n\n\n\n\n$SSO['SETTINGS'] = [ \n];\n\n?>\n" Diff: @@ -1,32 +1,63 @@ -(?-mix:^\$ZBX_SERVER_PORT = '3306') +<?php +// Zabbix GUI configuration file +global $DB; + +$DB['TYPE'] = 'POSTGRESQL'; +$DB['SERVER'] = 'localhost'; +$DB['PORT'] = '5432'; +$DB['DATABASE'] = 'zabbix-server'; +$DB['USER'] = 'zabbix-server'; +$DB['PASSWORD'] = 'zabbix-server'; + +// SCHEMA is relevant only for IBM_DB2 and PostgreSQL database +$DB['SCHEMA'] = ''; + + +$ZBX_SERVER_NAME = 'localhost'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; + + + + + + + + + + +$SSO['SETTINGS'] = [ +]; + +?>
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143943301.pp.W72nG5 Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 14.29 seconds
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L49
zabbix::server class deploys a zabbix 6.0 server works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144003158.pp.GSi0Xx Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 10.92 seconds
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L76
zabbix::server class deploys a zabbix 6.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 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L80
zabbix::server class deploys a zabbix 6.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 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L81
zabbix::server class deploys a zabbix 6.0 server Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L44
zabbix_host type create zabbix_host 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 'almalinux9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144019526.pp.5lukyI Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 12.15 seconds
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L51
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the second apply Failure/Error: apply_manifest(pp1, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144034910.pp.XgxuGh Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-apache-header]/Concat_fragment[localhost-apache-header]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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 �[mNotice: Applied catalog in 0.87 seconds
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144000117.pp.AmE7Bt Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 17.18 seconds
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - Rocky 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - Rocky 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L49
zabbix::server class deploys a zabbix 6.0 server works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144022531.pp.R8jzNv Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 13.51 seconds
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L76
zabbix::server class deploys a zabbix 6.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 - Rocky 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L80
zabbix::server class deploys a zabbix 6.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 - Rocky 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L81
zabbix::server class deploys a zabbix 6.0 server Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L44
zabbix_host type create zabbix_host 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 'rocky9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144041163.pp.NBZNt3 Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 16.25 seconds
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L51
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the second apply Failure/Error: apply_manifest(pp1, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144100499.pp.lOOmPn Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-apache-header]/Concat_fragment[localhost-apache-header]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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 �[mNotice: Applied catalog in 0.86 seconds
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_143958697.pp.Yyp0FV Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 19.07 seconds
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L49
zabbix::server class deploys a zabbix 6.0 server works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144022829.pp.H6pTcI Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 15.84 seconds
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L76
zabbix::server class deploys a zabbix 6.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 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L80
zabbix::server class deploys a zabbix 6.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 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L81
zabbix::server class deploys a zabbix 6.0 server Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L44
zabbix_host type create zabbix_host 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 'oracle9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144043582.pp.PBV8DJ Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 16.52 seconds
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L51
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the second apply Failure/Error: apply_manifest(pp1, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144103035.pp.iQrcDh Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-apache-header]/Concat_fragment[localhost-apache-header]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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 �[mNotice: Applied catalog in 0.97 seconds
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144007170.pp.yV7mhb Last 10 lines of output were: Info: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] 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 �[mNotice: Applied catalog in 13.73 seconds
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L49
zabbix::server class deploys a zabbix 6.0 server works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144028717.pp.7J64l8 Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 10.57 seconds
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L76
zabbix::server class deploys a zabbix 6.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 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L80
zabbix::server class deploys a zabbix 6.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 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L81
zabbix::server class deploys a zabbix 6.0 server Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L44
zabbix_host type create zabbix_host 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 'almalinux9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144047059.pp.5qPbuJ Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 12.27 seconds
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L51
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the second apply Failure/Error: apply_manifest(pp1, catch_failures: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144103875.pp.El4JtV Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-apache-header]/Concat_fragment[localhost-apache-header]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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 �[mNotice: Applied catalog in 0.97 seconds
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144002114.pp.rwYXPe Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 28.07 seconds
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - CentOS 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - CentOS 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L49
zabbix::server class deploys a zabbix 6.0 server works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144035417.pp.fsHcmU Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 19.76 seconds
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L76
zabbix::server class deploys a zabbix 6.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 - CentOS 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L80
zabbix::server class deploys a zabbix 6.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 - CentOS 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L81
zabbix::server class deploys a zabbix 6.0 server Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L44
zabbix_host type create zabbix_host 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 'centos9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144100387.pp.wMYsbg Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 22.51 seconds
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L51
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the second apply Failure/Error: apply_manifest(pp1, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144125960.pp.JYKyu2 Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-apache-header]/Concat_fragment[localhost-apache-header]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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 �[mNotice: Applied catalog in 0.95 seconds
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144014630.pp.z6tsfS Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 17.82 seconds
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - Rocky 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - Rocky 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L49
zabbix::server class deploys a zabbix 6.0 server works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144039756.pp.y6e32U Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 14.37 seconds
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L76
zabbix::server class deploys a zabbix 6.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 - Rocky 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L80
zabbix::server class deploys a zabbix 6.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 - Rocky 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L81
zabbix::server class deploys a zabbix 6.0 server Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L44
zabbix_host type create zabbix_host 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 'rocky9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144101293.pp.SMIbJO Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 15.52 seconds
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L51
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the second apply Failure/Error: apply_manifest(pp1, catch_failures: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144121052.pp.5miuSA Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-apache-header]/Concat_fragment[localhost-apache-header]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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 �[mNotice: Applied catalog in 0.87 seconds
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144018600.pp.L6wja5 Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 20.09 seconds
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L49
zabbix::server class deploys a zabbix 6.0 server works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144046334.pp.iWe5on Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 16.22 seconds
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L76
zabbix::server class deploys a zabbix 6.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 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L80
zabbix::server class deploys a zabbix 6.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 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L81
zabbix::server class deploys a zabbix 6.0 server Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L44
zabbix_host type create zabbix_host 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 'oracle9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144110108.pp.GeEEqo Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 18.74 seconds
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L51
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the second apply Failure/Error: apply_manifest(pp1, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144133162.pp.mDrDFj Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-apache-header]/Concat_fragment[localhost-apache-header]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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 �[mNotice: Applied catalog in 1.13 seconds
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144010157.pp.4zI4pJ 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 13.46 seconds
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - CentOS 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - CentOS 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L49
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 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144029285.pp.0oG2u9 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 12.99 seconds
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L76
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 - CentOS 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L80
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 - CentOS 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L81
zabbix::server class deploys a zabbix 5.0 server Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: spec/acceptance/zabbix_application_spec.rb#L41
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 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144047935.pp.A8H3lE Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 16.61 seconds
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: spec/acceptance/zabbix_application_spec.rb#L48
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 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144107971.pp.tnzPsp Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-apache-header]/Concat_fragment[localhost-apache-header]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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 �[mNotice: Applied catalog in 1.67 seconds
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144020222.pp.M1gZ3B 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 14.90 seconds
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L49
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 'oracle7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144040556.pp.HP6F72 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 14.36 seconds
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L76
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 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L80
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 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L81
zabbix::server class deploys a zabbix 5.0 server Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/zabbix_application_spec.rb#L41
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 'oracle7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144100318.pp.WDpbnj Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 16.68 seconds
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/zabbix_application_spec.rb#L48
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 'oracle7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144120193.pp.fMS8hN Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-apache-header]/Concat_fragment[localhost-apache-header]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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 �[mNotice: Applied catalog in 2.90 seconds
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors 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_144024467.pp.WQ4AJi Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 29.30 seconds
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - CentOS 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - CentOS 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L49
zabbix::server class deploys a zabbix 6.0 server works idempotently with no errors 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_144100855.pp.tkAKLr Last 10 lines of output were: 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: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 21.67 seconds
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L76
zabbix::server class deploys a zabbix 6.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 - CentOS 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L80
zabbix::server class deploys a zabbix 6.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 - CentOS 9 - Zabbix 6.0: spec/acceptance/server_spec.rb#L81
zabbix::server class deploys a zabbix 6.0 server Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L44
zabbix_host type create zabbix_host 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 'centos9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144129529.pp.uF2GoU Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 21.47 seconds
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L51
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the second apply Failure/Error: apply_manifest(pp1, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144155154.pp.sPFqiw Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-apache-header]/Concat_fragment[localhost-apache-header]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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 �[mNotice: Applied catalog in 0.97 seconds
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144021939.pp.bsp424 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 12.58 seconds
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - CentOS 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - CentOS 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L49
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 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144042339.pp.HGjSS4 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 12.51 seconds
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L76
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 - CentOS 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L80
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 - CentOS 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L81
zabbix::server class deploys a zabbix 5.0 server Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: spec/acceptance/zabbix_application_spec.rb#L41
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 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144102706.pp.4H8XX1 Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 17.15 seconds
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: spec/acceptance/zabbix_application_spec.rb#L48
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 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144124389.pp.gO4C1Y Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-apache-header]/Concat_fragment[localhost-apache-header]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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 �[mNotice: Applied catalog in 1.62 seconds
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L7
zabbix::server class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144034081.pp.sDMNvz 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 15.02 seconds
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L32
zabbix::server class default parameters 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 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters 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 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L37
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L49
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 'oracle7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144057325.pp.aLnniT 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 15.37 seconds
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L76
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 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L80
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 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/server_spec.rb#L81
zabbix::server class deploys a zabbix 5.0 server Service "zabbix-server" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-server" to be enabled
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/zabbix_application_spec.rb#L41
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 'oracle7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144120669.pp.mwBn74 Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 17.16 seconds
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/zabbix_application_spec.rb#L48
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 'oracle7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144142491.pp.zuhZHG Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-apache-header]/Concat_fragment[localhost-apache-header]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-docroot]/Concat_fragment[localhost-docroot]: Skipping because of failed dependencies 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 �[mNotice: Applied catalog in 2.87 seconds
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '921/merge' exists
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '921/merge' exists
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0
The operation was canceled.