Skip to content

replace r10k template with native puppet code #134

replace r10k template with native puppet code

replace r10k template with native puppet code #134

Triggered via pull request July 28, 2023 20:59
Status Failure
Total duration 1m 56s
Artifacts

ci.yml

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

Annotations

20 errors
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L12
r10k on gentoo-2-x86_64 with default values is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile } error during compilation: Evaluation Error: Error while evaluating a Function Call, Class[R10k]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az309-792.xlj24rdrme0eleaisovvmh5hte.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L13
r10k on gentoo-2-x86_64 with default values is expected to contain Class[r10k::install] Failure/Error: it { is_expected.to contain_class('r10k::install') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[R10k]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az309-792.xlj24rdrme0eleaisovvmh5hte.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/config_spec.rb#L12
r10k::config on gentoo-2-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, Class[R10k::Config]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az309-792.xlj24rdrme0eleaisovvmh5hte.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L14
r10k on gentoo-2-x86_64 with default values is expected to contain Class[r10k::config] Failure/Error: it { is_expected.to contain_class('r10k::config') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[R10k]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az309-792.xlj24rdrme0eleaisovvmh5hte.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/config_spec.rb#L26
r10k::config on gentoo-2-x86_64 modified file locations and ownership 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 Resource Statement, Class[R10k::Config]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az309-792.xlj24rdrme0eleaisovvmh5hte.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L15
r10k on gentoo-2-x86_64 with default values is expected not to contain Class[r10k::mcollective] Failure/Error: it { is_expected.not_to contain_class('r10k::mcollective') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[R10k]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az309-792.xlj24rdrme0eleaisovvmh5hte.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/config_spec.rb#L28
r10k::config on gentoo-2-x86_64 modified file locations and ownership is expected to contain File[r10k.yaml] with ensure => "file", owner => "root", group => "root", mode => "0644" and path => "/etc/r10k.yaml" Failure/Error: expect(subject).to contain_file('r10k.yaml').with( ensure: 'file', owner: 'root', group: 'root', mode: '0644', path: '/etc/r10k.yaml' ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[R10k::Config]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az309-792.xlj24rdrme0eleaisovvmh5hte.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L16
r10k on gentoo-2-x86_64 with default values is expected not to contain Class[r10k::prerun_command] Failure/Error: it { is_expected.not_to contain_class('r10k::prerun_command') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[R10k]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az309-792.xlj24rdrme0eleaisovvmh5hte.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L17
r10k on gentoo-2-x86_64 with default values is expected not to contain Class[r10k::postrun_command] Failure/Error: it { is_expected.not_to contain_class('r10k::postrun_command') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[R10k]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az309-792.xlj24rdrme0eleaisovvmh5hte.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/config_spec.rb#L46
r10k::config on gentoo-2-x86_64 set to value true and a configfile specified is expected to contain File[symlink_r10k.yaml] with ensure => "link", path => "/etc/r10k.yaml" and target => "/etc/puppetlabs/r10k/r10k.yaml" Failure/Error: expect(subject).to contain_file('symlink_r10k.yaml').with( ensure: 'link', path: '/etc/r10k.yaml', target: '/etc/puppetlabs/r10k/r10k.yaml' ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[R10k::Config]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az309-792.xlj24rdrme0eleaisovvmh5hte.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/config_spec.rb#L12
r10k::config on centos-8-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, Class[R10k::Config]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az478-521.veyogrn5lapehdzgs1eqy30vwc.phxx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/config_spec.rb#L26
r10k::config on centos-8-x86_64 modified file locations and ownership 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 Resource Statement, Class[R10k::Config]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az478-521.veyogrn5lapehdzgs1eqy30vwc.phxx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/config_spec.rb#L28
r10k::config on centos-8-x86_64 modified file locations and ownership is expected to contain File[r10k.yaml] with ensure => "file", owner => "root", group => "root", mode => "0644" and path => "/etc/r10k.yaml" Failure/Error: expect(subject).to contain_file('r10k.yaml').with( ensure: 'file', owner: 'root', group: 'root', mode: '0644', path: '/etc/r10k.yaml' ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[R10k::Config]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az478-521.veyogrn5lapehdzgs1eqy30vwc.phxx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L12
r10k on centos-8-x86_64 with default values is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile } error during compilation: Evaluation Error: Error while evaluating a Function Call, Class[R10k]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az478-521.veyogrn5lapehdzgs1eqy30vwc.phxx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L13
r10k on centos-8-x86_64 with default values is expected to contain Class[r10k::install] Failure/Error: it { is_expected.to contain_class('r10k::install') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[R10k]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az478-521.veyogrn5lapehdzgs1eqy30vwc.phxx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/config_spec.rb#L46
r10k::config on centos-8-x86_64 set to value true and a configfile specified is expected to contain File[symlink_r10k.yaml] with ensure => "link", path => "/etc/r10k.yaml" and target => "/etc/puppetlabs/r10k/r10k.yaml" Failure/Error: expect(subject).to contain_file('symlink_r10k.yaml').with( ensure: 'link', path: '/etc/r10k.yaml', target: '/etc/puppetlabs/r10k/r10k.yaml' ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[R10k::Config]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az478-521.veyogrn5lapehdzgs1eqy30vwc.phxx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L14
r10k on centos-8-x86_64 with default values is expected to contain Class[r10k::config] Failure/Error: it { is_expected.to contain_class('r10k::config') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[R10k]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az478-521.veyogrn5lapehdzgs1eqy30vwc.phxx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/config_spec.rb#L62
r10k::config on centos-8-x86_64 Managing r10k with rugged turned on via git_settings is expected to contain File[r10k.yaml] with content =~ /git:\n.*private_key: "\/root\/\.ssh\/id_dsa"\n.*provider: rugged\n/ Failure/Error: it { is_expected.to contain_file('r10k.yaml').with_content(%r{git:\n.*private_key: "/root/\.ssh/id_dsa"\n.*provider: rugged\n}) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[R10k::Config]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az478-521.veyogrn5lapehdzgs1eqy30vwc.phxx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/config_spec.rb#L77
r10k::config on centos-8-x86_64 managing git repository settings is expected to contain File[r10k.yaml] with content =~ /git:\n\s+repositories:\n\s+- remote: https:\/\/github\.com\/voxpupuli\/fake_repo\n\s+proxy: http:\/\/some\.proxy\.com\n/ Failure/Error: it { is_expected.to contain_file('r10k.yaml').with_content(%r{git:\n\s+repositories:\n\s+- remote: https://github\.com/voxpupuli/fake_repo\n\s+proxy: http://some\.proxy\.com\n}) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[R10k::Config]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az478-521.veyogrn5lapehdzgs1eqy30vwc.phxx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L15
r10k on centos-8-x86_64 with default values is expected not to contain Class[r10k::mcollective] Failure/Error: it { is_expected.not_to contain_class('r10k::mcollective') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Class[R10k]: parameter 'deploy_settings' expects a Hash value, got Undef (line: 2, column: 1) on node fv-az478-521.veyogrn5lapehdzgs1eqy30vwc.phxx.internal.cloudapp.net