Puppet Module Compatibility Runner #57
Annotations
12 errors, 107 warnings, and 147 notices
|
test / puppet-extlib / unit:
w/modules/puppet-extlib/spec/unit/facter/extlib__puppet_config_spec.rb#L31
extlib__puppet_config fact is expected to eq {"agent"=>{"environment"=>"production"}, "confdir"=>"/dev/null", "main"=>{"environment"=>"production"..."=>"/dev/null"}, "master"=>{"localcacert"=>"/dev/null/ssl/certs/ca.pem", "ssldir"=>"/dev/null/ssl"}}
Failure/Error: it { expect(Facter.fact(:extlib__puppet_config).value).to eq(settings) }
expected: {"agent"=>{"environment"=>"production"}, "confdir"=>"/dev/null", "main"=>{"environment"=>"production"..."=>"/dev/null"}, "master"=>{"localcacert"=>"/dev/null/ssl/certs/ca.pem", "ssldir"=>"/dev/null/ssl"}}
got: {"agent"=>{"environment"=>"production"}, "confdir"=>"/dev/null", "main"=>{"environment"=>"production"..."=>"/dev/null"}, "master"=>{"localcacert"=>"/dev/null/ssl/certs/ca.pem", "ssldir"=>"/dev/null/ssl"}}
(compared using ==)
Diff:
@@ -1,4 +1,4 @@
"agent" => {"environment"=>"production"},
"confdir" => "/dev/null",
-"main" => {"environment"=>"production", "hostcert"=>"/dev/null/ssl/certs/runnervm5mmn9.jdsq5xe25cnenprbuqnjaommfd.dx.internal.cloudapp.net.pem", "hostprivkey"=>"/dev/null/ssl/private_keys/runnervm5mmn9.jdsq5xe25cnenprbuqnjaommfd.dx.internal.cloudapp.net.pem", "hostpubkey"=>"/dev/null/ssl/public_keys/runnervm5mmn9.jdsq5xe25cnenprbuqnjaommfd.dx.internal.cloudapp.net.pem", "localcacert"=>"/dev/null/ssl/certs/ca.pem", "server"=>"puppet", "ssldir"=>"/dev/null/ssl", "vardir"=>"/dev/null"},
+"main" => {"environment"=>"production", "hostcert"=>"/dev/null/ssl/certs/runnervm5mmn9.jdsq5xe25cnenprbuqnjaommfd.dx.internal.cloudapp.net.pem", "hostprivkey"=>"/dev/null/ssl/private_keys/runnervm5mmn9.jdsq5xe25cnenprbuqnjaommfd.dx.internal.cloudapp.net.pem", "hostpubkey"=>"/dev/null/ssl/public_keys/runnervm5mmn9.jdsq5xe25cnenprbuqnjaommfd.dx.internal.cloudapp.net.pem", "localcacert"=>"/dev/null/ssl/certs/ca.pem", "server"=>"", "ssldir"=>"/dev/null/ssl", "vardir"=>"/dev/null"},
"master" => {"localcacert"=>"/dev/null/ssl/certs/ca.pem", "ssldir"=>"/dev/null/ssl"},
|
|
test / puppet-r10k / unit:
w/modules/puppet-r10k/spec/classes/mcollective_spec.rb#L14
r10k::mcollective on centos-9-x86_64 With defaults is expected to contain Class[r10k::params]
Failure/Error: it { is_expected.to contain_class('r10k::params') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Choria only supports OpenVox, migrate to free software at https://voxpupuli.org/openvox/ (file: /home/runner/work/puppet-module-compat-harness/puppet-module-compat-harness/w/modules/puppet-r10k/spec/fixtures/modules/choria/manifests/init.pp, line: 85, column: 5) on node runnervm5mmn9.qklmdoxenauenk0l4vssqyhl5c.ex.internal.cloudapp.net
|
|
test / puppet-r10k / unit:
w/modules/puppet-r10k/spec/classes/mcollective_spec.rb#L13
r10k::mcollective on centos-9-x86_64 With defaults is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Error while evaluating a Function Call, Choria only supports OpenVox, migrate to free software at https://voxpupuli.org/openvox/ (file: /home/runner/work/puppet-module-compat-harness/puppet-module-compat-harness/w/modules/puppet-r10k/spec/fixtures/modules/choria/manifests/init.pp, line: 85, column: 5) on node runnervm5mmn9.qklmdoxenauenk0l4vssqyhl5c.ex.internal.cloudapp.net
|
|
test / puppet-r10k / unit:
w/modules/puppet-r10k/spec/classes/mcollective_spec.rb#L46
r10k::mcollective on debian-13-x86_64 Removing the mcollective agent & application is expected to contain Mcollective::Module_plugin[mcollective_agent_r10k] with ensure => "absent"
Failure/Error: it { is_expected.to contain_mcollective__module_plugin('mcollective_agent_r10k').with(ensure: 'absent') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Choria only supports OpenVox, migrate to free software at https://voxpupuli.org/openvox/ (file: /home/runner/work/puppet-module-compat-harness/puppet-module-compat-harness/w/modules/puppet-r10k/spec/fixtures/modules/choria/manifests/init.pp, line: 85, column: 5) on node runnervm5mmn9.qklmdoxenauenk0l4vssqyhl5c.ex.internal.cloudapp.net
|
|
test / puppet-r10k / unit:
w/modules/puppet-r10k/spec/classes/mcollective_spec.rb#L16
r10k::mcollective on debian-13-x86_64 With defaults is expected to contain Mcollective::Module_plugin[mcollective_agent_r10k] with ensure => "present", server => "true", client => "true", server_config => {"http_proxy"=>""}, config_name => "r10k", common_files => ["agent/r10k.ddl", "agent/r10k.json"], server_files => ["agent/r10k.rb"] and client_files => ["application/r10k.rb"]
Failure/Error:
expect(subject).to contain_mcollective__module_plugin('mcollective_agent_r10k').with(
ensure: 'present',
server: 'true',
client: 'true',
server_config: {
'http_proxy' => '',
},
config_name: 'r10k',
common_files: [
'agent/r10k.ddl',
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Choria only supports OpenVox, migrate to free software at https://voxpupuli.org/openvox/ (file: /home/runner/work/puppet-module-compat-harness/puppet-module-compat-harness/w/modules/puppet-r10k/spec/fixtures/modules/choria/manifests/init.pp, line: 85, column: 5) on node runnervm5mmn9.qklmdoxenauenk0l4vssqyhl5c.ex.internal.cloudapp.net
|
|
test / puppet-r10k / unit:
w/modules/puppet-r10k/spec/classes/mcollective_spec.rb#L14
r10k::mcollective on debian-13-x86_64 With defaults is expected to contain Class[r10k::params]
Failure/Error: it { is_expected.to contain_class('r10k::params') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Choria only supports OpenVox, migrate to free software at https://voxpupuli.org/openvox/ (file: /home/runner/work/puppet-module-compat-harness/puppet-module-compat-harness/w/modules/puppet-r10k/spec/fixtures/modules/choria/manifests/init.pp, line: 85, column: 5) on node runnervm5mmn9.qklmdoxenauenk0l4vssqyhl5c.ex.internal.cloudapp.net
|
|
test / puppet-r10k / unit:
w/modules/puppet-r10k/spec/classes/mcollective_spec.rb#L13
r10k::mcollective on debian-13-x86_64 With defaults is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Error while evaluating a Function Call, Choria only supports OpenVox, migrate to free software at https://voxpupuli.org/openvox/ (file: /home/runner/work/puppet-module-compat-harness/puppet-module-compat-harness/w/modules/puppet-r10k/spec/fixtures/modules/choria/manifests/init.pp, line: 85, column: 5) on node runnervm5mmn9.qklmdoxenauenk0l4vssqyhl5c.ex.internal.cloudapp.net
|
|
test / puppet-r10k / unit:
w/modules/puppet-r10k/spec/classes/mcollective_spec.rb#L46
r10k::mcollective on debian-12-x86_64 Removing the mcollective agent & application is expected to contain Mcollective::Module_plugin[mcollective_agent_r10k] with ensure => "absent"
Failure/Error: it { is_expected.to contain_mcollective__module_plugin('mcollective_agent_r10k').with(ensure: 'absent') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Choria only supports OpenVox, migrate to free software at https://voxpupuli.org/openvox/ (file: /home/runner/work/puppet-module-compat-harness/puppet-module-compat-harness/w/modules/puppet-r10k/spec/fixtures/modules/choria/manifests/init.pp, line: 85, column: 5) on node runnervm5mmn9.qklmdoxenauenk0l4vssqyhl5c.ex.internal.cloudapp.net
|
|
test / puppet-r10k / unit:
w/modules/puppet-r10k/spec/classes/mcollective_spec.rb#L16
r10k::mcollective on debian-12-x86_64 With defaults is expected to contain Mcollective::Module_plugin[mcollective_agent_r10k] with ensure => "present", server => "true", client => "true", server_config => {"http_proxy"=>""}, config_name => "r10k", common_files => ["agent/r10k.ddl", "agent/r10k.json"], server_files => ["agent/r10k.rb"] and client_files => ["application/r10k.rb"]
Failure/Error:
expect(subject).to contain_mcollective__module_plugin('mcollective_agent_r10k').with(
ensure: 'present',
server: 'true',
client: 'true',
server_config: {
'http_proxy' => '',
},
config_name: 'r10k',
common_files: [
'agent/r10k.ddl',
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Choria only supports OpenVox, migrate to free software at https://voxpupuli.org/openvox/ (file: /home/runner/work/puppet-module-compat-harness/puppet-module-compat-harness/w/modules/puppet-r10k/spec/fixtures/modules/choria/manifests/init.pp, line: 85, column: 5) on node runnervm5mmn9.qklmdoxenauenk0l4vssqyhl5c.ex.internal.cloudapp.net
|
|
test / puppet-r10k / unit:
w/modules/puppet-r10k/spec/classes/mcollective_spec.rb#L14
r10k::mcollective on debian-12-x86_64 With defaults is expected to contain Class[r10k::params]
Failure/Error: it { is_expected.to contain_class('r10k::params') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Choria only supports OpenVox, migrate to free software at https://voxpupuli.org/openvox/ (file: /home/runner/work/puppet-module-compat-harness/puppet-module-compat-harness/w/modules/puppet-r10k/spec/fixtures/modules/choria/manifests/init.pp, line: 85, column: 5) on node runnervm5mmn9.qklmdoxenauenk0l4vssqyhl5c.ex.internal.cloudapp.net
|
|
test / puppet-r10k / unit:
w/modules/puppet-r10k/spec/classes/mcollective_spec.rb#L13
r10k::mcollective on debian-12-x86_64 With defaults is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Error while evaluating a Function Call, Choria only supports OpenVox, migrate to free software at https://voxpupuli.org/openvox/ (file: /home/runner/work/puppet-module-compat-harness/puppet-module-compat-harness/w/modules/puppet-r10k/spec/fixtures/modules/choria/manifests/init.pp, line: 85, column: 5) on node runnervm5mmn9.qklmdoxenauenk0l4vssqyhl5c.ex.internal.cloudapp.net
|
|
test / puppet-elasticsearch / unit:
w/modules/puppet-elasticsearch/.b/ruby/3.2.0/gems/rspec-puppet-5.0.0/lib/rspec-puppet/coverage.rb#L218
Code coverage must cover at least 100% of resources
Failure/Error: at_exit { RSpec::Puppet::Coverage.report! 100 }
expected: >= 100.0
got: 65.71
|
|
puppet-boolean
Puppet 8.20.0 does not satisfy requirement >= 5.5.8 < 7.0.0
|
|
puppet-dnsquery
No Puppet requirement declared in metadata.json
|
|
puppet-unattended_upgrades
No Puppet requirement declared in metadata.json
|
|
puppet-wget
Puppet 8.20.0 does not satisfy requirement >= 5.5.8 < 7.0.0
|
|
puppet-prometheus_reporter
No Puppet requirement declared in metadata.json
|
|
puppet-windowsfeature
No Puppet requirement declared in metadata.json
|
|
puppet-zypprepo
No Puppet requirement declared in metadata.json
|
|
puppet-epel
No Puppet requirement declared in metadata.json
|
|
puppet-nsswitch
No Puppet requirement declared in metadata.json
|
|
puppet-format
No Puppet requirement declared in metadata.json
|
|
puppet-openvox_bootstrap
No Puppet requirement declared in metadata.json
|
|
puppet-hiera
No Puppet requirement declared in metadata.json
|
|
puppet-firewalld
No Puppet requirement declared in metadata.json
|
|
puppet-augeasproviders_core
No Puppet requirement declared in metadata.json
|
|
puppet-limits
No Puppet requirement declared in metadata.json
|
|
puppet-windows_firewall
No Puppet requirement declared in metadata.json
|
|
puppet-openssl
No Puppet requirement declared in metadata.json
|
|
puppet-filemapper
No Puppet requirement declared in metadata.json
|
|
puppet-alternatives
No Puppet requirement declared in metadata.json
|
|
puppet-vault_lookup
No Puppet requirement declared in metadata.json
|
|
puppet-extlib
No Puppet requirement declared in metadata.json | Unit spec asserts the Puppet "server" setting default is "puppet", but Puppet Core 8.12+ changed this default to "" (empty string). The spec must be updated to reflect the new Puppet 8.12 behaviour. See: https://help.puppet.com/core/current/Content/PuppetCore/PuppetReleaseNotes/release_notes_puppet_x-8-12-0.htm
|
|
puppet-extlib Puppet 8.12 server default
Unit spec asserts the Puppet "server" setting default is "puppet", but Puppet Core 8.12+ changed this default to "" (empty string). The spec must be updated to reflect the new Puppet 8.12 behaviour. See: https://help.puppet.com/core/current/Content/PuppetCore/PuppetReleaseNotes/release_notes_puppet_x-8-12-0.htm
|
|
puppet-augeas
No Puppet requirement declared in metadata.json
|
|
puppet-augeasproviders_sysctl
No Puppet requirement declared in metadata.json
|
|
puppet-posix_acl
No Puppet requirement declared in metadata.json
|
|
puppet-sudo
No Puppet requirement declared in metadata.json
|
|
puppet-elastic_stack
No Puppet requirement declared in metadata.json
|
|
puppet-augeasproviders_pam
No Puppet requirement declared in metadata.json
|
|
puppet-augeasproviders_grub
No Puppet requirement declared in metadata.json
|
|
puppet-ca_cert
No Puppet requirement declared in metadata.json
|
|
puppet-kibana
No Puppet requirement declared in metadata.json
|
|
puppet-sssd
No Puppet requirement declared in metadata.json
|
|
puppet-cron
No Puppet requirement declared in metadata.json
|
|
puppet-swap_file
No Puppet requirement declared in metadata.json
|
|
puppet-augeasproviders_shellvar
No Puppet requirement declared in metadata.json
|
|
puppet-hdm
No Puppet requirement declared in metadata.json
|
|
puppet-kmod
No Puppet requirement declared in metadata.json
|
|
puppet-augeasproviders_ssh
No Puppet requirement declared in metadata.json
|
|
puppet-confluence
No Puppet requirement declared in metadata.json
|
|
puppet-autofs
No Puppet requirement declared in metadata.json
|
|
puppet-grafana
No Puppet requirement declared in metadata.json
|
|
puppet-corosync
No Puppet requirement declared in metadata.json
|
|
test / puppet-corosync / unit:
w/modules/puppet-corosync/spec/unit/puppet/provider/cs_primitive_crm_spec.rb#L76
Puppet::Type::Cs_primitive::ProviderCrm when getting instances each instance has an provided_by parameter corresponding to the <primitive>'s provider attribute
Failure/Error: expect(instance.provided_by).to eq('heartbeat')
NoMethodError:
undefined method `provided_by' for (provider=crm):Puppet::Type::Cs_primitive::ProviderCrm
|
|
test / puppet-corosync / unit:
w/modules/puppet-corosync/spec/unit/puppet/provider/cs_primitive_crm_spec.rb#L71
Puppet::Type::Cs_primitive::ProviderCrm when getting instances each instance has an primitive_type parameter corresponding to the <primitive>'s type attribute
Failure/Error: expect(instance.primitive_type).to eq('Xen')
NoMethodError:
undefined method `primitive_type' for (provider=crm):Puppet::Type::Cs_primitive::ProviderCrm
|
|
test / puppet-corosync / unit:
w/modules/puppet-corosync/spec/unit/puppet/provider/cs_primitive_crm_spec.rb#L66
Puppet::Type::Cs_primitive::ProviderCrm when getting instances each instance has an primitive_class parameter corresponding to the <primitive>'s class attribute
Failure/Error: expect(instance.primitive_class).to eq('ocf')
NoMethodError:
undefined method `primitive_class' for (provider=crm):Puppet::Type::Cs_primitive::ProviderCrm
|
|
puppet-python
No Puppet requirement declared in metadata.json
|
|
puppet-gitlab_ci_runner
No Puppet requirement declared in metadata.json
|
|
puppet-telegraf
No Puppet requirement declared in metadata.json
|
|
puppet-chrony
No Puppet requirement declared in metadata.json
|
|
puppet-rsyslog
No Puppet requirement declared in metadata.json
|
|
puppet-r10k
No Puppet requirement declared in metadata.json | Unit specs for the r10k::mcollective integration class fail because the choria fixture module only supports OpenVox and raises a hard error when run under Puppet Core. The r10k::mcollective class cannot be used with Puppet Core when mcollective/choria integration is enabled. All other puppet-r10k functionality is compatible with Perforce Puppet products. See KNOWN_INCOMPATIBLE.md for details.
|
|
puppet-r10k choria/mcollective integration
Unit specs for the r10k::mcollective integration class fail because the choria fixture module only supports OpenVox and raises a hard error when run under Puppet Core. The r10k::mcollective class cannot be used with Puppet Core when mcollective/choria integration is enabled. All other puppet-r10k functionality is compatible with Perforce Puppet products. See KNOWN_INCOMPATIBLE.md for details.
|
|
puppet-gitlab
No Puppet requirement declared in metadata.json
|
|
puppet-yum
No Puppet requirement declared in metadata.json
|
|
puppet-logrotate
No Puppet requirement declared in metadata.json
|
|
puppet-nodejs
No Puppet requirement declared in metadata.json
|
|
puppet-nfs
No Puppet requirement declared in metadata.json
|
|
puppet-elasticsearch
No Puppet requirement declared in metadata.json
|
|
puppet-selinux
No Puppet requirement declared in metadata.json
|
|
puppet-php
No Puppet requirement declared in metadata.json
|
|
test / puppet-nodejs / acceptance / el9:
w/modules/puppet-nodejs/spec/acceptance/class_spec.rb#L99
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed
Failure/Error: is_expected.to be_installed
expected Package "nodejs-devel" to be installed
|
|
puppet-openldap
No Puppet requirement declared in metadata.json
|
|
test / puppet-openldap / unit:
w/modules/puppet-openldap/spec/unit/puppet/type/openldap_database_spec.rb#L31
Puppet::Type::Openldap_database namevar validation allows more valid suffix
Skipped: These are valid DNs, but we need a proper parser to match them, not a regexp
|
|
puppet-squid
No Puppet requirement declared in metadata.json
|
|
puppet-postfix
No Puppet requirement declared in metadata.json
|
|
puppet-keepalived
No Puppet requirement declared in metadata.json
|
|
puppet-jira
No Puppet requirement declared in metadata.json
|
|
puppet-archive
No Puppet requirement declared in metadata.json
|
|
test / puppet-archive / unit
Back off 12.236 seconds before retry.
|
|
test / puppet-archive / unit
Failed to download action 'https://codeload.github.com/ruby/setup-ruby/tar.gz/d45b1a4e94b71acab930e56e79c6aa188764e7f9'. Error: Resource temporarily unavailable (codeload.github.com:443)
|
|
test / puppet-grafana / acceptance / el9-systemd:
w/modules/puppet-grafana/spec/acceptance/grafana_datasource_spec.rb#L107
grafana_datasource with Grafana version 11.0.0 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'el9-systemd' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_030410522.ov6KEa.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for el9-systemd.fbcs4f1a0mzurhha54c3jlq3de.dx.internal.cloudapp.net in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1783998252'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
|
test / puppet-grafana / acceptance / el9-systemd:
w/modules/puppet-grafana/spec/acceptance/grafana_datasource_spec.rb#L76
grafana_datasource with Grafana version 11.0.0 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'el9-systemd' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_030406555.4NPSfg.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for el9-systemd.fbcs4f1a0mzurhha54c3jlq3de.dx.internal.cloudapp.net in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1783998248'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
|
test / puppet-grafana / acceptance / el9-systemd:
w/modules/puppet-grafana/spec/acceptance/grafana_datasource_spec.rb#L107
grafana_datasource with Grafana version 10.4.3 influxdb ds with password in secure_json_data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'el9-systemd' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_030342028.sO6xXt.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for el9-systemd.fbcs4f1a0mzurhha54c3jlq3de.dx.internal.cloudapp.net in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1783998223'
�[mNotice: /Stage[main]/Main/Grafana_datasource[influxdb]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.06 seconds
|
|
test / puppet-grafana / acceptance / el9-systemd:
w/modules/puppet-grafana/spec/acceptance/grafana_datasource_spec.rb#L76
grafana_datasource with Grafana version 10.4.3 prometheus ds with basic auth in secure json data is idempotent
Failure/Error: apply_manifest_on(default, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'el9-systemd' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_030338035.KdwIMJ.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for el9-systemd.fbcs4f1a0mzurhha54c3jlq3de.dx.internal.cloudapp.net in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1783998219'
�[mNotice: /Stage[main]/Main/Grafana_datasource[prometheus2]/secure_json_data: changed [redacted] to [redacted]
�[mNotice: Applied catalog in 0.07 seconds
|
|
puppet-prometheus
No Puppet requirement declared in metadata.json
|
|
puppet-redis
No Puppet requirement declared in metadata.json
|
|
puppet-systemd
No Puppet requirement declared in metadata.json
|
|
test / puppet-nftables / unit:
w/modules/puppet-nftables/spec/defines/rule_spec.rb#L29
nftables::rule on rocky-8-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
|
test / puppet-nftables / unit:
w/modules/puppet-nftables/spec/defines/rule_spec.rb#L29
nftables::rule on redhat-9-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
|
test / puppet-nftables / unit:
w/modules/puppet-nftables/spec/defines/rule_spec.rb#L29
nftables::rule on redhat-8-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
|
test / puppet-nftables / unit:
w/modules/puppet-nftables/spec/defines/rule_spec.rb#L29
nftables::rule on oraclelinux-9-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
|
test / puppet-nftables / unit:
w/modules/puppet-nftables/spec/defines/rule_spec.rb#L29
nftables::rule on oraclelinux-8-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
|
test / puppet-nftables / unit:
w/modules/puppet-nftables/spec/defines/rule_spec.rb#L29
nftables::rule on centos-10-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
|
test / puppet-nftables / unit:
w/modules/puppet-nftables/spec/defines/rule_spec.rb#L29
nftables::rule on centos-9-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
|
test / puppet-nftables / unit:
w/modules/puppet-nftables/spec/defines/rule_spec.rb#L29
nftables::rule on almalinux-10-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
|
test / puppet-nftables / unit:
w/modules/puppet-nftables/spec/defines/rule_spec.rb#L29
nftables::rule on almalinux-9-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
|
test / puppet-nftables / unit:
w/modules/puppet-nftables/spec/defines/rule_spec.rb#L29
nftables::rule on almalinux-8-x86_64 with title set to <CHAIN_NAME>-<RULE> with source and content both set is expected not to compile into a catalogue without dependency cycles
Failure/Error: expect(subject).not_to compile
expected that the catalogue would not compile but it does
|
|
test / puppet-nginx / unit:
w/modules/puppet-nginx/spec/defines/resource_server_spec.rb#L1791
nginx::resource::server on almalinux-9-x86_64 with Facter 4.11.0 and Puppet 8.20.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
|
test / puppet-nginx / unit:
w/modules/puppet-nginx/spec/defines/resource_server_spec.rb#L1791
nginx::resource::server on almalinux-8-x86_64 with Facter 4.11.0 and Puppet 8.20.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
|
test / puppet-nginx / unit:
w/modules/puppet-nginx/spec/defines/resource_server_spec.rb#L1791
nginx::resource::server on rocky-10-x86_64 with Facter 4.11.0 and Puppet 8.20.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
|
test / puppet-nginx / unit:
w/modules/puppet-nginx/spec/defines/resource_server_spec.rb#L1791
nginx::resource::server on rocky-9-x86_64 with Facter 4.11.0 and Puppet 8.20.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
|
test / puppet-nginx / unit:
w/modules/puppet-nginx/spec/defines/resource_server_spec.rb#L1791
nginx::resource::server on rocky-8-x86_64 with Facter 4.11.0 and Puppet 8.20.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
|
test / puppet-nginx / unit:
w/modules/puppet-nginx/spec/defines/resource_server_spec.rb#L1791
nginx::resource::server on redhat-9-x86_64 with Facter 4.11.0 and Puppet 8.20.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
|
test / puppet-nginx / unit:
w/modules/puppet-nginx/spec/defines/resource_server_spec.rb#L1791
nginx::resource::server on redhat-8-x86_64 with Facter 4.11.0 and Puppet 8.20.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
|
test / puppet-nginx / unit:
w/modules/puppet-nginx/spec/defines/resource_server_spec.rb#L1791
nginx::resource::server on debian-13-x86_64 with Facter 4.11.0 and Puppet 8.20.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
|
test / puppet-nginx / unit:
w/modules/puppet-nginx/spec/defines/resource_server_spec.rb#L1791
nginx::resource::server on debian-12-x86_64 with Facter 4.11.0 and Puppet 8.20.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
|
test / puppet-nginx / unit:
w/modules/puppet-nginx/spec/defines/resource_server_spec.rb#L1791
nginx::resource::server on debian-11-x86_64 with Facter 4.11.0 and Puppet 8.20.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes
Skipped: Not yet implemented
|
|
puppet-autofs
state=conditionally_compatible metadata=unsupported_by_metadata dependency=none documentation=none
|
|
puppet-augeasproviders_sysctl
state=conditionally_compatible metadata=unsupported_by_metadata dependency=none documentation=none
|
|
puppet-augeasproviders_ssh
state=conditionally_compatible metadata=unsupported_by_metadata dependency=none documentation=none
|
|
puppet-augeasproviders_shellvar
state=conditionally_compatible metadata=unsupported_by_metadata dependency=none documentation=none
|
|
puppet-augeasproviders_pam
state=conditionally_compatible metadata=unsupported_by_metadata dependency=none documentation=none
|
|
puppet-augeasproviders_grub
state=conditionally_compatible metadata=unsupported_by_metadata dependency=none documentation=none
|
|
puppet-augeasproviders_core
state=conditionally_compatible metadata=unsupported_by_metadata dependency=none documentation=none
|
|
puppet-augeas
state=conditionally_compatible metadata=unsupported_by_metadata dependency=none documentation=none
|
|
puppet-archive
state=conditionally_compatible metadata=unsupported_by_metadata dependency=none documentation=none
|
|
puppet-alternatives
state=conditionally_compatible metadata=unsupported_by_metadata dependency=none documentation=none
|
|
tragiccode-azure_key_vault
Compatibility run clean
|
|
puppet-windows_env
Compatibility run clean
|
|
puppet-boolean metadata
Puppet 8.20.0 does not satisfy requirement >= 5.5.8 < 7.0.0
|
|
puppet-dnsquery metadata
No Puppet requirement declared in metadata.json
|
|
puppet-unattended_upgrades metadata
No Puppet requirement declared in metadata.json
|
|
puppet-wget metadata
Puppet 8.20.0 does not satisfy requirement >= 5.5.8 < 7.0.0
|
|
puppet-prometheus_reporter metadata
No Puppet requirement declared in metadata.json
|
|
puppet-windowsfeature metadata
No Puppet requirement declared in metadata.json
|
|
puppet-zypprepo metadata
No Puppet requirement declared in metadata.json
|
|
puppet-epel metadata
No Puppet requirement declared in metadata.json
|
|
puppet-nsswitch metadata
No Puppet requirement declared in metadata.json
|
|
puppet-format metadata
No Puppet requirement declared in metadata.json
|
|
puppet-openvox_bootstrap metadata
No Puppet requirement declared in metadata.json
|
|
puppet-hiera metadata
No Puppet requirement declared in metadata.json
|
|
puppet-firewalld metadata
No Puppet requirement declared in metadata.json
|
|
puppet-augeasproviders_core metadata
No Puppet requirement declared in metadata.json
|
|
puppet-limits metadata
No Puppet requirement declared in metadata.json
|
|
puppet-windows_firewall metadata
No Puppet requirement declared in metadata.json
|
|
puppet-openssl metadata
No Puppet requirement declared in metadata.json
|
|
puppet-filemapper metadata
No Puppet requirement declared in metadata.json
|
|
puppet-alternatives metadata
No Puppet requirement declared in metadata.json
|
|
puppet-vault_lookup metadata
No Puppet requirement declared in metadata.json
|
|
puppet-extlib metadata
No Puppet requirement declared in metadata.json
|
|
puppet-augeas metadata
No Puppet requirement declared in metadata.json
|
|
puppet-augeasproviders_sysctl metadata
No Puppet requirement declared in metadata.json
|
|
puppet-posix_acl metadata
No Puppet requirement declared in metadata.json
|
|
puppet-sudo metadata
No Puppet requirement declared in metadata.json
|
|
puppet-elastic_stack metadata
No Puppet requirement declared in metadata.json
|
|
puppet-augeasproviders_pam metadata
No Puppet requirement declared in metadata.json
|
|
puppet-augeasproviders_grub metadata
No Puppet requirement declared in metadata.json
|
|
puppet-ca_cert metadata
No Puppet requirement declared in metadata.json
|
|
puppet-kibana metadata
No Puppet requirement declared in metadata.json
|
|
puppet-sssd metadata
No Puppet requirement declared in metadata.json
|
|
puppet-cron metadata
No Puppet requirement declared in metadata.json
|
|
puppet-swap_file metadata
No Puppet requirement declared in metadata.json
|
|
puppet-augeasproviders_shellvar metadata
No Puppet requirement declared in metadata.json
|
|
puppet-hdm metadata
No Puppet requirement declared in metadata.json
|
|
puppet-kmod metadata
No Puppet requirement declared in metadata.json
|
|
puppet-augeasproviders_ssh metadata
No Puppet requirement declared in metadata.json
|
|
puppet-confluence metadata
No Puppet requirement declared in metadata.json
|
|
puppet-autofs metadata
No Puppet requirement declared in metadata.json
|
|
puppet-grafana metadata
No Puppet requirement declared in metadata.json
|
|
puppet-corosync metadata
No Puppet requirement declared in metadata.json
|
|
puppet-python metadata
No Puppet requirement declared in metadata.json
|
|
puppet-logrotate
Compatibility run clean
|
|
puppet-logrotate metadata
No Puppet requirement declared in metadata.json
|
|
puppet-augeas
Compatibility run clean
|
|
puppet-augeas metadata
No Puppet requirement declared in metadata.json
|
|
puppet-telegraf
Compatibility run clean
|
|
puppet-telegraf metadata
No Puppet requirement declared in metadata.json
|
|
puppet-cron
Compatibility run clean
|
|
puppet-cron metadata
No Puppet requirement declared in metadata.json
|
|
puppet-gitlab_ci_runner metadata
No Puppet requirement declared in metadata.json
|
|
puppet-augeasproviders_ssh
Compatibility run clean
|
|
puppet-augeasproviders_ssh metadata
No Puppet requirement declared in metadata.json
|
|
puppet-telegraf metadata
No Puppet requirement declared in metadata.json
|
|
puppet-chrony metadata
No Puppet requirement declared in metadata.json
|
|
puppet-rsyslog metadata
No Puppet requirement declared in metadata.json
|
|
puppet-r10k metadata
No Puppet requirement declared in metadata.json
|
|
puppet-sudo
Compatibility run clean
|
|
puppet-sudo metadata
No Puppet requirement declared in metadata.json
|
|
puppet-gitlab metadata
No Puppet requirement declared in metadata.json
|
|
puppet-yum metadata
No Puppet requirement declared in metadata.json
|
|
puppet-r10k
Compatibility run clean
|
|
puppet-r10k metadata
No Puppet requirement declared in metadata.json
|
|
puppet-logrotate metadata
No Puppet requirement declared in metadata.json
|
|
puppet-nfs
Compatibility run clean
|
|
puppet-nfs metadata
No Puppet requirement declared in metadata.json
|
|
puppet-nodejs metadata
No Puppet requirement declared in metadata.json
|
|
puppet-limits
Compatibility run clean
|
|
puppet-limits metadata
No Puppet requirement declared in metadata.json
|
|
puppet-ca_cert
Compatibility run clean
|
|
puppet-ca_cert metadata
No Puppet requirement declared in metadata.json
|
|
puppet-posix_acl
Compatibility run clean
|
|
puppet-posix_acl metadata
No Puppet requirement declared in metadata.json
|
|
puppet-nfs metadata
No Puppet requirement declared in metadata.json
|
|
puppet-postfix
Compatibility run clean
|
|
puppet-postfix metadata
No Puppet requirement declared in metadata.json
|
|
puppet-nsswitch
Compatibility run clean
|
|
puppet-nsswitch metadata
No Puppet requirement declared in metadata.json
|
|
puppet-squid
Compatibility run clean
|
|
puppet-squid metadata
No Puppet requirement declared in metadata.json
|
|
puppet-php
Compatibility run clean
|
|
puppet-php metadata
No Puppet requirement declared in metadata.json
|
|
puppet-keepalived
Compatibility run clean
|
|
puppet-keepalived metadata
No Puppet requirement declared in metadata.json
|
|
puppet-nftables
Compatibility run clean
|
|
puppet-nftables metadata
No Puppet requirement declared in metadata.json
|
|
puppet-elasticsearch metadata
No Puppet requirement declared in metadata.json
|
|
puppet-alternatives
Compatibility run clean
|
|
puppet-alternatives metadata
No Puppet requirement declared in metadata.json
|
|
puppet-epel
Compatibility run clean
|
|
puppet-epel metadata
No Puppet requirement declared in metadata.json
|
|
puppet-selinux metadata
No Puppet requirement declared in metadata.json
|
|
puppet-augeasproviders_sysctl
Compatibility run clean
|
|
puppet-augeasproviders_sysctl metadata
No Puppet requirement declared in metadata.json
|
|
puppet-php metadata
No Puppet requirement declared in metadata.json
|
|
puppet-chrony
Compatibility run clean
|
|
puppet-chrony metadata
No Puppet requirement declared in metadata.json
|
|
puppet-unattended_upgrades
Compatibility run clean
|
|
puppet-unattended_upgrades metadata
No Puppet requirement declared in metadata.json
|
|
puppet-redis
Compatibility run clean
|
|
puppet-redis metadata
No Puppet requirement declared in metadata.json
|
|
puppet-firewalld
Compatibility run clean
|
|
puppet-firewalld metadata
No Puppet requirement declared in metadata.json
|
|
puppet-python
Compatibility run clean
|
|
puppet-python metadata
No Puppet requirement declared in metadata.json
|
|
puppet-nginx
Compatibility run clean
|
|
puppet-nginx metadata
No Puppet requirement declared in metadata.json
|
|
puppet-nodejs
Compatibility run clean
|
|
puppet-nodejs metadata
No Puppet requirement declared in metadata.json
|
|
puppet-hiera
Compatibility run clean
|
|
puppet-hiera metadata
No Puppet requirement declared in metadata.json
|
|
puppet-openldap metadata
No Puppet requirement declared in metadata.json
|
|
puppet-squid metadata
No Puppet requirement declared in metadata.json
|
|
puppet-yum
Compatibility run clean
|
|
puppet-yum metadata
No Puppet requirement declared in metadata.json
|
|
puppet-autofs
Compatibility run clean
|
|
puppet-autofs metadata
No Puppet requirement declared in metadata.json
|
|
puppet-postfix metadata
No Puppet requirement declared in metadata.json
|
|
puppet-kibana
Compatibility run clean
|
|
puppet-kibana metadata
No Puppet requirement declared in metadata.json
|
|
puppet-confluence
Compatibility run clean
|
|
puppet-confluence metadata
No Puppet requirement declared in metadata.json
|
|
puppet-keepalived metadata
No Puppet requirement declared in metadata.json
|
|
puppet-jira metadata
No Puppet requirement declared in metadata.json
|
|
puppet-gitlab
Compatibility run clean
|
|
puppet-gitlab metadata
No Puppet requirement declared in metadata.json
|
|
puppet-gitlab_ci_runner
Compatibility run clean
|
|
puppet-gitlab_ci_runner metadata
No Puppet requirement declared in metadata.json
|
|
puppet-archive
Compatibility run clean
|
|
puppet-archive metadata
No Puppet requirement declared in metadata.json
|
|
puppet-archive metadata
No Puppet requirement declared in metadata.json
|
|
puppet-prometheus
Compatibility run clean
|
|
puppet-prometheus metadata
No Puppet requirement declared in metadata.json
|
|
puppet-grafana
Compatibility run clean
|
|
puppet-grafana metadata
No Puppet requirement declared in metadata.json
|
|
puppet-prometheus metadata
No Puppet requirement declared in metadata.json
|
|
puppet-redis metadata
No Puppet requirement declared in metadata.json
|
|
puppet-openssl
Compatibility run clean
|
|
puppet-openssl metadata
No Puppet requirement declared in metadata.json
|
|
puppet-systemd metadata
No Puppet requirement declared in metadata.json
|
|
puppet-corosync
Compatibility run clean
|
|
puppet-corosync metadata
No Puppet requirement declared in metadata.json
|
|
puppet-nftables metadata
No Puppet requirement declared in metadata.json
|
|
puppet-nginx metadata
No Puppet requirement declared in metadata.json
|
|
Unit compatibility summary
All failing modules cleared. clean=2 warning=66
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
compatibility-puppet-alternatives-acceptance-el9
|
13.3 KB |
sha256:1df7ea3f48308e2bcff05e3aeb1f8f4604baf8ce3705dcc6fd8a4fdbfa404879
|
|
|
compatibility-puppet-alternatives-unit
|
7.18 KB |
sha256:4977ecef5d24b05fc25dd20995d32c25728a036878a7c646eef4a2795050a47a
|
|
|
compatibility-puppet-archive-acceptance-el9
|
11.7 KB |
sha256:a94232d57c6b8b0d4f581dadd206e8ec1ef162a868210a40000af8fc2d84da71
|
|
|
compatibility-puppet-archive-unit
|
8.09 KB |
sha256:6072be1df2a0c539352af0049742773cbecdb3c6b93e9665b5f4c1ee884443cc
|
|
|
compatibility-puppet-augeas-acceptance-el9
|
12.8 KB |
sha256:e77f59a77898d688e3ad081b855922eef2cc4907fd9335357a9bd57408a57c53
|
|
|
compatibility-puppet-augeas-unit
|
7.55 KB |
sha256:6e48106c9f215d637fa0a1c5e61627477de9ff4a3323ccd932e300361cc6bdb5
|
|
|
compatibility-puppet-augeasproviders_core-unit
|
7.63 KB |
sha256:bc4e33e1bf08a4ab05689753b6dfdab106f53cad167908a55ad2419af4f95b15
|
|
|
compatibility-puppet-augeasproviders_grub-unit
|
7.46 KB |
sha256:0498372b619904569ae0088f3a470d07dc570ddac9dfbc8e02c665c6867e77cb
|
|
|
compatibility-puppet-augeasproviders_pam-unit
|
7.19 KB |
sha256:07c542d2cf9e9091d5af8b487fa99031c945cd1416419f25eaa248eed7073545
|
|
|
compatibility-puppet-augeasproviders_shellvar-unit
|
8.11 KB |
sha256:801eb96986767524a7fd1cb910d98da5d87897acf58976dff29a91892a1f3207
|
|
|
compatibility-puppet-augeasproviders_ssh-acceptance-el9
|
12.9 KB |
sha256:c6318394098a5e48106bda81168b81be7f985f8c14cfa0d8b291481ad8aac2c7
|
|
|
compatibility-puppet-augeasproviders_ssh-unit
|
8.17 KB |
sha256:208566d8c8e45f47370b8c9dbcf64efdf34157e5debdc297176d9fa641f409e7
|
|
|
compatibility-puppet-augeasproviders_sysctl-acceptance-el9
|
11.9 KB |
sha256:ecfd2ce7676c2835851b7523839fbf7f643688fb598fafcc8600fcbe3948207a
|
|
|
compatibility-puppet-augeasproviders_sysctl-unit
|
7.32 KB |
sha256:95f1381a49caf61262dbc02e8de8ca3e0bedf2a815cf48793a7c044cf4508a6a
|
|
|
compatibility-puppet-autofs-acceptance-el9-systemd
|
12.4 KB |
sha256:7d177df262df6ff6d35b6631765fb1dfc5a9b85259b4004b5aaddc4b7ba3fa02
|
|
|
compatibility-puppet-autofs-unit
|
7.58 KB |
sha256:2d458a5bf0c132884a239ac6e0c6b012c3216b645dc658585435f6b2e3284231
|
|
|
compatibility-puppet-boolean-unit
|
8.05 KB |
sha256:899d238075f6b253228cd6bab00a93cc17e6d6c9a1e5cca32d1be1ae9b858389
|
|
|
compatibility-puppet-ca_cert-acceptance-el9
|
21.3 KB |
sha256:e4e5585ed2a89eb3b5a02c4a4609de76cb2f1711d110cfd081305174db70b362
|
|
|
compatibility-puppet-ca_cert-unit
|
7.36 KB |
sha256:c5b3ff1fd9f89c57e776470c5d2ba8e95419a425a014f4f934847aae587b9d87
|
|
|
compatibility-puppet-chrony-acceptance-el9-systemd
|
13.4 KB |
sha256:0784c5fe63d05b804f99e97a6778cfac299196055b0c4867f285817fec122dbe
|
|
|
compatibility-puppet-chrony-unit
|
7.37 KB |
sha256:63c6264545a44f581479973876e388f2a4ba0838fa3ff8464522bc9a2f0deda2
|
|
|
compatibility-puppet-confluence-acceptance-el9-systemd
|
13.1 KB |
sha256:a8e89a9114917c7171deefd36e9282a243698488e0a0d8fc30418610ae1e07c2
|
|
|
compatibility-puppet-confluence-unit
|
7.57 KB |
sha256:ed4f3e061b3ca2de1e6d8e0e95a5f7a6efa68296b3d57a090184e8ba0509b2d8
|
|
|
compatibility-puppet-corosync-acceptance-debian12-systemd
|
13.8 KB |
sha256:e259794977a8ad51cba8b8bff76fd9c299ac1cefdf915b0b7ab2347998bfb7b1
|
|
|
compatibility-puppet-corosync-unit
|
7.91 KB |
sha256:17dd5c6f0684d35a900ed43f4c5c23a46ed37f188cb2add54a41c077ddf31a22
|
|
|
compatibility-puppet-cron-acceptance-el9-systemd
|
13.2 KB |
sha256:ae4e51663d8813e4732dc0d4baa42ac41b580ffae3fb5c2bf53e9e4cb67aac7a
|
|
|
compatibility-puppet-cron-unit
|
7.51 KB |
sha256:e640ce81a3c5da04ad9ac2f67aa51414884cbf9069d15192df71a0d9789a7bd4
|
|
|
compatibility-puppet-dnsquery-unit
|
7.34 KB |
sha256:b4a67b3a9aa4a13191f39ad9309ea79fd6986e50f1904c9d65e5b6e0f5999dae
|
|
|
compatibility-puppet-elastic_stack-unit
|
7.37 KB |
sha256:59057765b5edc1f763277dd6962eba4abad9944c192f2b79df23f2c565214d15
|
|
|
compatibility-puppet-elasticsearch-unit
|
8.84 KB |
sha256:4e409c3f8549b91aaa4f3f36cf5b0773342d65b9e19b6c980d9514b47e5fa0da
|
|
|
compatibility-puppet-epel-acceptance-el9
|
12 KB |
sha256:9a09ed2200e6a75294e6d73a66e19990458538b007504b1fe36e32ace5eb7fc2
|
|
|
compatibility-puppet-epel-unit
|
7.41 KB |
sha256:0046bc46e4083bf7624c89836c9ea2558bfe90e1365887690793b492db53429a
|
|
|
compatibility-puppet-extlib-unit
|
8.78 KB |
sha256:a1db3e060ca512d7c59b70bbde640998e2624149b4bfa2c604b1f5429207ee55
|
|
|
compatibility-puppet-filemapper-unit
|
7.15 KB |
sha256:6f1761d54039f226035cc32fb4a46dc006e7ae14cdeb36b1c8768e8fbee5302f
|
|
|
compatibility-puppet-firewalld-acceptance-el9-systemd
|
12.3 KB |
sha256:0c39df3a09cd2953815a77a2348744c43d368cafa89246f177ffc8ecb5e9b5a3
|
|
|
compatibility-puppet-firewalld-unit
|
7.57 KB |
sha256:d62a251bf1de40ccd20cf62ea242e37988f5a40884e6253333c6c94efe5229fa
|
|
|
compatibility-puppet-format-unit
|
7.41 KB |
sha256:a785a158da9f8a7070cc6e676c345c62c1b54a241abd89e77eae0239319217da
|
|
|
compatibility-puppet-gitlab-acceptance-el9-systemd
|
16 KB |
sha256:828ddd1f99653a478278017fcce3cc54ace79a7401ca72c632e32f018da6dc00
|
|
|
compatibility-puppet-gitlab-unit
|
7.42 KB |
sha256:9ee7ba65aadcb93214af8551545672747651168da66d3288f401c1b70828085a
|
|
|
compatibility-puppet-gitlab_ci_runner-acceptance-el9-systemd
|
14.8 KB |
sha256:90f03397ca35a133716e46ba14ad2e5814e08f14ae5c0a5ba4d0234275aabf89
|
|
|
compatibility-puppet-gitlab_ci_runner-unit
|
8.02 KB |
sha256:c87b30ecb44be409ca515bf3513d177957901b0a2af1efcf1452f45d3b2b6357
|
|
|
compatibility-puppet-grafana-acceptance-el9-systemd
|
11.8 KB |
sha256:4856534fdbe97e751b8dd95f97194d17329765f6c64038506d8ff30bc4770eba
|
|
|
compatibility-puppet-grafana-unit
|
7.85 KB |
sha256:98dcca245d3279e940aa03b6b4ebd9fe6833fc2e697c8f60bf6ac8b23a008f6c
|
|
|
compatibility-puppet-hdm-unit
|
7.41 KB |
sha256:ab63cc89d6fe22e57556c92491f388bdbcdc7ba0630468a8acded879e9129c62
|
|
|
compatibility-puppet-hiera-acceptance-el9-systemd
|
14.4 KB |
sha256:44be8b6863c5b7be03ccefd3ae0bf6bfe634a02015c56dc691b9f949422f0e50
|
|
|
compatibility-puppet-hiera-unit
|
7.42 KB |
sha256:7488e3294e52edb3508d112a8237a8c58cf0165c8ff87a8d2311d4033ec2b5e3
|
|
|
compatibility-puppet-jira-unit
|
7.67 KB |
sha256:71ada6c9a84d782899f3c15c27206267691b3720743420490e97e89995b2a907
|
|
|
compatibility-puppet-keepalived-acceptance-el9-systemd
|
13 KB |
sha256:33128e14f6388bfa1576392a397431701cf73c84b615ada962e7cbcc38548c47
|
|
|
compatibility-puppet-keepalived-unit
|
7.67 KB |
sha256:8217d5c3825310193ca8bdabb8e6e499d118079fabb53f9dd0dfab241530daf2
|
|
|
compatibility-puppet-kibana-acceptance-el9-systemd
|
12.6 KB |
sha256:e3bead7676605df5e5624e17b5d5480936112c8a54800655fadd4384c6c3e834
|
|
|
compatibility-puppet-kibana-unit
|
7.04 KB |
sha256:1c3cee837c5cba76be92a07427240fb2aa6177b1bb32cfd3af7d20712ecf77fa
|
|
|
compatibility-puppet-kmod-unit
|
7.65 KB |
sha256:e297399f2182a94de607e504e59f7f121dd09ea1a47980d450b723694250f7fd
|
|
|
compatibility-puppet-logrotate-acceptance-el9-systemd
|
13.4 KB |
sha256:d73c8c83b841fe212623a534936bebcf8fc71069d445a25e364e2c6e6436db00
|
|
|
compatibility-puppet-logrotate-unit
|
7.4 KB |
sha256:2012c25ce4f089c87266fe55cfdd07fe4ed661e2124a1d13a2bcc26008652ef2
|
|
|
compatibility-puppet-nfs-acceptance-el9-systemd
|
13.1 KB |
sha256:6db6b1ef914ea80dede2629abe9920e54c1972e31de55a773830768de8a08838
|
|
|
compatibility-puppet-nfs-unit
|
7.53 KB |
sha256:6841c1be86e16e67282eff203067201197e2b5e57c7000f0481eb792a3c5e9c5
|
|
|
compatibility-puppet-nftables-acceptance-el9-systemd
|
12.3 KB |
sha256:bde2067cec23f696757a06597e327af48ab77c49dde05c807f1db664e8d5c4fb
|
|
|
compatibility-puppet-nftables-unit
|
8.97 KB |
sha256:3db8d8fafe13b810323c565b7bc3f0b8b6140db231ffb42a39e916c6a24d63cd
|
|
|
compatibility-puppet-nginx-acceptance-el9-systemd
|
12.8 KB |
sha256:9c3f1dc61d19c09fd77048f89c5c9fb22362f88e2acef55baf38028617a4e50b
|
|
|
compatibility-puppet-nginx-unit
|
8.32 KB |
sha256:afb2f8271dff0cf6f2f8bda4433a050a52b9ef6ebde28094a83f6c75664be3a2
|
|
|
compatibility-puppet-nodejs-acceptance-el9
|
12.3 KB |
sha256:1114d373eeffa61823d178a0c33d655cb9da46c864d5ab98693397a3eb6d0909
|
|
|
compatibility-puppet-nodejs-unit
|
7.49 KB |
sha256:cc5f6ff1e501e3b73f022ec0d1a8d9c5c0b78f45828b65dae67b14e7acf6c271
|
|
|
compatibility-puppet-nsswitch-acceptance-el9
|
12.8 KB |
sha256:45f42e11803e65b89a553998b8905d3f3833bb5c23d7a312dd58736bb865bc42
|
|
|
compatibility-puppet-nsswitch-unit
|
7.36 KB |
sha256:c6bca413177bc17869b7302bb7a50e0aa62de9be95828b9e0b2130720c863a41
|
|
|
compatibility-puppet-openldap-unit
|
9.23 KB |
sha256:c69b64d0e97c2e315ad2db0ca257b7ce886d3918af26242fc27951674b8f5b4a
|
|
|
compatibility-puppet-openssl-acceptance-el9
|
12.3 KB |
sha256:839b4e9f4f43dd9caec7b04859a31e4e002215cb05c1b2831d16a9066aad8fbf
|
|
|
compatibility-puppet-openssl-unit
|
7.74 KB |
sha256:8a24518960ba238af66dbc123b20c7f32e3937d7ff5200d0b7d51e9abf627887
|
|
|
compatibility-puppet-openvox_bootstrap-unit
|
7.32 KB |
sha256:f70ecee84e91ab7bcf9c21be33ae5bc8814434e02a1bf0b56eaa7311941117a9
|
|
|
compatibility-puppet-php-acceptance-el9-systemd
|
13.3 KB |
sha256:fd334631009ead973906da203c7742950fe53b6b81f43695e9365f52ad942df5
|
|
|
compatibility-puppet-php-unit
|
10.5 KB |
sha256:610ec91e46a04ec774fac7c32a489f1ed725e2fcf46bc8e8b155e8e1f3c60b5b
|
|
|
compatibility-puppet-posix_acl-acceptance-el9
|
12.1 KB |
sha256:f366651a374703db4e67936899a843be7139df3b7c9a800fbcf701cc8c8d54e2
|
|
|
compatibility-puppet-posix_acl-unit
|
7.3 KB |
sha256:6ea8142e4aa3808ff0a0d7ac02dcaf4b386a0f55c60bc7475ce8eba060742de2
|
|
|
compatibility-puppet-postfix-acceptance-el9-systemd
|
13.1 KB |
sha256:154146525d81636847c2ecf8865d91d9122e741606eb174b66a4473582ffc69a
|
|
|
compatibility-puppet-postfix-unit
|
7.57 KB |
sha256:0e678dc25ae5c45f1ffcf1ab44f5a67f188dc7f46c3dcc7d57c14bd3e8f6e204
|
|
|
compatibility-puppet-prometheus-acceptance-el9-systemd
|
11.9 KB |
sha256:61b8fd9196489e5daa891be4e5b7e54ce641cd85a5a67a9a830b89d1342e1580
|
|
|
compatibility-puppet-prometheus-unit
|
8.68 KB |
sha256:e12da8584b21371d3b514aec89e1fcaa78429a9e816d91d61a76fdddbba9eed2
|
|
|
compatibility-puppet-prometheus_reporter-unit
|
7.27 KB |
sha256:dae8a50e2bfb0cb874a327b91c93aabcf24b1b4277fe958e2dd17026d1e9eb53
|
|
|
compatibility-puppet-python-acceptance-el9
|
12.1 KB |
sha256:b0c92f0f321091967e0b1e32c010a6dc4e68f538bbd6e5a5af26b109acd3df8a
|
|
|
compatibility-puppet-python-unit
|
7.65 KB |
sha256:2f8d6c1becd9e37f7ecd3db291faba52b7601a3df45d63dcb5f43f2e506d0d01
|
|
|
compatibility-puppet-r10k-acceptance-el9-systemd
|
12.8 KB |
sha256:8fdb3506ff626c1b53bd38c4ea004f6ce20050751e01cabc76a09c96f1534186
|
|
|
compatibility-puppet-r10k-unit
|
8.87 KB |
sha256:66f83c6f248c12de802f17d909faae7f92e75edb98c471145cc1c2644c2fb812
|
|
|
compatibility-puppet-redis-acceptance-el9-systemd
|
12.5 KB |
sha256:8beab8368c622c80b068b0f072874f5857064e09e00792a998a79fcc62516fa9
|
|
|
compatibility-puppet-redis-unit
|
7.67 KB |
sha256:bf80eac85bed7f4035d48bd82bae62921fec0f7f0973bd92e8a020e73f53670c
|
|
|
compatibility-puppet-rsyslog-unit
|
8.31 KB |
sha256:af10590f516b35113475e0e5fb5a150485910ff03232246aa5ddf1ac8e0b09bc
|
|
|
compatibility-puppet-selinux-unit
|
7.79 KB |
sha256:937c1128fc1289dbdfc33512f9a2fe8699709fb9ab98d756a6fccd3dfa4dcac1
|
|
|
compatibility-puppet-squid-acceptance-el9-systemd
|
13.4 KB |
sha256:c8a4563e5d86c4f7dc5a46046af62714bafc382509102795736ff8147f3d512a
|
|
|
compatibility-puppet-squid-unit
|
8.04 KB |
sha256:22021cdcbb63b6ddfd4e129b3ecfae3503c7e93fe8cc0369f96bb06c3cc660b2
|
|
|
compatibility-puppet-sssd-unit
|
7.36 KB |
sha256:d1b1d2bcad0a7f8fbb017c08934ffd638be1b52fda919ffb038aee7f3d76a9f8
|
|
|
compatibility-puppet-swap_file-unit
|
7.77 KB |
sha256:c69d1af1e24bb012fcc7609304ae856c233447e83ee6eb526289abd535920ea9
|
|
|
compatibility-puppet-systemd-unit
|
8.17 KB |
sha256:7d6d58c03ea9db2eb32056553d2750d3986e08859e96453be9c73cb7e6b01e94
|
|
|
compatibility-puppet-telegraf-acceptance-el9-systemd
|
13.4 KB |
sha256:f9db3eefebcc1822c06b1087d30fdb73e9fadc3dce0dceba909e6c6c99a86133
|
|
|
compatibility-puppet-telegraf-unit
|
7.48 KB |
sha256:a8cce795b8b3d6f1426510b61fd687f1488d0a2a5407291cf9705116be751cbc
|
|
|
compatibility-puppet-unattended_upgrades-acceptance-ubuntu24
|
15.2 KB |
sha256:5481a442b8b298e4ff91bff86851eb60fcf29564c178101e8fcb7885fdd3c86a
|
|
|
compatibility-puppet-unattended_upgrades-unit
|
7.41 KB |
sha256:34ba853ebbeb1f5ebcd591ad57bf5e5b69fbd83c02bd86d7d73f0f6b2186b5c4
|
|
|
compatibility-puppet-vault_lookup-unit
|
7.61 KB |
sha256:3d6a8df5d6c8edc3b404021276664c1d99ba2be63768ab90368ae605c8a0df43
|
|
|
compatibility-puppet-wget-unit
|
8.48 KB |
sha256:91e2f495cab098e5951c520c9782203ad6796ebeb16e751118bc05544ef6fa0e
|
|
|
compatibility-puppet-windows_env-unit
|
7.86 KB |
sha256:6f492cf27ee5b580559b62f615b60dc6518c1be6f1379e022fcc8bac78768164
|
|
|
compatibility-puppet-windows_firewall-unit
|
7.5 KB |
sha256:db1ebbe66766b4ac512a04205ffe7ad7b01fe2fca528dcbd7ee73385a4507ad0
|
|
|
compatibility-puppet-windowsfeature-unit
|
7.4 KB |
sha256:b5b62da9bc55d8cea01afa0a452964ac6f4a0ffa7f383879844a9c9ddd28668a
|
|
|
compatibility-puppet-yum-acceptance-el9
|
12.4 KB |
sha256:232fdefe0b063d04125b11160d5c787cd38a8d69098e8a9cdc90afbe9a1a0eac
|
|
|
compatibility-puppet-yum-unit
|
7.8 KB |
sha256:4ba9517057c7fda51482083a8d06a15b63b849daad2e3601a07d23e51141e3ed
|
|
|
compatibility-puppet-zypprepo-unit
|
7.26 KB |
sha256:76219059a081ce45ae82a613dab2c8bcae0feccc2f38c95e90f07708a9de622d
|
|
|
compatibility-saz-puppet-limits-acceptance-el9
|
12.6 KB |
sha256:cb15a8e9a8af431d31345cf002d23da033e0926abe9f559e61474e4377f0979d
|
|
|
compatibility-saz-puppet-limits-unit
|
7.12 KB |
sha256:5567f20d29a7366c69ea646c2fde2af311408742daff5aa32cb5cbe1d8f7350f
|
|
|
compatibility-saz-puppet-sudo-acceptance-el9
|
12.3 KB |
sha256:fe5fec57470c99b9f1c4527a93bdfd17f0f098d7eeb11334db12558c4a733462
|
|
|
compatibility-saz-puppet-sudo-unit
|
7.27 KB |
sha256:90f65021bd9649091a01c510222b25c888d0fa8f897bb476bc694fdb14c293ac
|
|
|
compatibility-tragiccode-azure_key_vault-unit
|
8.99 KB |
sha256:e8780d000602bd34481e22769f80879f44b215f28ba2b64b10ab31e5d732c1c0
|
|