Fixes #37291 - Use explicit java on RH with Puppetserver 8 #1269
Annotations
10 errors and 10 warnings
Run tests:
spec/classes/puppet_server_puppetserver_spec.rb#L37
puppet on almalinux-9-x86_64 with default parameters is expected to contain File[/etc/custom/puppetserver/services.d] with ensure => "directory"
Failure/Error: it { should contain_file('/etc/custom/puppetserver/services.d').with_ensure('directory') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_puppetserver_spec.rb#L38
puppet on almalinux-9-x86_64 with default parameters is expected to contain File[/etc/custom/puppetserver/services.d/ca.cfg] with content =~ /^puppetlabs.services.ca.certificate-authority-service\/certificate-authority-service/, content =~ /^#puppetlabs.services.ca.certificate-authority-disabled-service\/certificate-authority-disabled-service/ and content =~ /^puppetlabs.trapperkeeper.services.watcher.filesystem-watch-service\/filesystem-watch-service/
Failure/Error:
should contain_file('/etc/custom/puppetserver/services.d/ca.cfg')
.with_content(%r{^puppetlabs.services.ca.certificate-authority-service/certificate-authority-service})
.with_content(%r{^#puppetlabs.services.ca.certificate-authority-disabled-service/certificate-authority-disabled-service})
.with_content(%r{^puppetlabs.trapperkeeper.services.watcher.filesystem-watch-service/filesystem-watch-service})
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L50
puppet on almalinux-9-x86_64 with no custom parameters is expected to compile into a catalogue without dependency cycles
Failure/Error: it { should compile.with_all_deps }
error during compilation: Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_puppetserver_spec.rb#L51
puppet on almalinux-9-x86_64 with default parameters is expected to contain Augeas[puppet::server::puppetserver::bootstrap] with changes => "set BOOTSTRAP_CONFIG '\"/etc/custom/puppetserver/services.d/,/opt/puppetlabs/server/apps/puppetserver/config/services.d/\"'", context => "/files/etc/default/puppetserver", incl => "/etc/default/puppetserver" and lens => "Shellvars.lns"
Failure/Error:
should contain_augeas('puppet::server::puppetserver::bootstrap')
.with_changes('set BOOTSTRAP_CONFIG \'"/etc/custom/puppetserver/services.d/,/opt/puppetlabs/server/apps/puppetserver/config/services.d/"\'')
.with_context('/files/etc/default/puppetserver')
.with_incl('/etc/default/puppetserver')
.with_lens('Shellvars.lns')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L53
puppet on almalinux-9-x86_64 with no custom parameters is expected to contain Class[puppet::server::install]
Failure/Error: it { should contain_class('puppet::server::install') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_puppetserver_spec.rb#L59
puppet on almalinux-9-x86_64 with default parameters is expected to contain Augeas[puppet::server::puppetserver::jvm] with changes => ["set JAVA_ARGS '\"-Xms2G -Xmx2G -Dcom.redhat.fips=false\"'", /^set JAVA_BIN \/usr\/(lib\/jvm\/jre-1[17]\/)?bin\/java$/], context => "/files/etc/default/puppetserver", incl => "/etc/default/puppetserver" and lens => "Shellvars.lns"
Failure/Error:
should contain_augeas('puppet::server::puppetserver::jvm')
.with_changes(['set JAVA_ARGS \'"-Xms2G -Xmx2G -Dcom.redhat.fips=false"\'', java_bin])
.with_context('/files/etc/default/puppetserver')
.with_incl('/etc/default/puppetserver')
.with_lens('Shellvars.lns')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L54
puppet on almalinux-9-x86_64 with no custom parameters is expected to contain User[puppet]
Failure/Error: it { should contain_user('puppet') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L55
puppet on almalinux-9-x86_64 with no custom parameters is expected to contain Package[puppetserver] with install_options defined
Failure/Error: it { should contain_package(puppetserver_pkg).with_install_options(nil) }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_puppetserver_spec.rb#L75
puppet on almalinux-9-x86_64 with default parameters is expected to contain Augeas[puppet::server::puppetserver::jruby_jar] with changes => ["rm JRUBY_JAR"], context => "/files/etc/default/puppetserver", incl => "/etc/default/puppetserver" and lens => "Shellvars.lns"
Failure/Error:
should contain_augeas('puppet::server::puppetserver::jruby_jar')
.with_changes(['rm JRUBY_JAR'])
.with_context('/files/etc/default/puppetserver')
.with_incl('/etc/default/puppetserver')
.with_lens('Shellvars.lns')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L58
puppet on almalinux-9-x86_64 with no custom parameters is expected to contain Class[puppet::server::config]
Failure/Error: it { should contain_class('puppet::server::config') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on almalinux-9-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on centos-7-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on centos-8-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on centos-9-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on debian-11-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on debian-12-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on fedora-36-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on freebsd-11-amd64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on freebsd-12-amd64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Run tests:
spec/classes/puppet_server_spec.rb#L487
puppet on oraclelinux-9-x86_64 with server_ca_crl_sync => true with server_ca => false and running "puppet apply" should not sync the crl
Failure/Error: should_not contain_file('/etc/custom/puppetlabs/puppet/ssl/crl.pem')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet::server::java_bin'. (file: /home/runner/work/puppet-puppet/puppet-puppet/spec/fixtures/modules/puppet/manifests/server/install.pp, line: 46, column: 8) on node fv-az1487-819.vpy2y30pan5uhaa0ktko4c43jh.ex.internal.cloudapp.net
|
Loading