replace r10k template with native puppet code #130
ci.yml
on: pull_request
Puppet
/
Static validations
18s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
21 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-az268-493.mpig5ahpd55ubhib3uxuklvcac.dx.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-az268-493.mpig5ahpd55ubhib3uxuklvcac.dx.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-az268-493.mpig5ahpd55ubhib3uxuklvcac.dx.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 'git_settings' expects a Hash value, got Undef
parameter 'forge_settings' expects a Hash value, got Undef
parameter 'deploy_settings' expects a Hash value, got Undef
parameter 'postrun' expects an Array value, got Undef (line: 2, column: 1) on node fv-az268-493.mpig5ahpd55ubhib3uxuklvcac.dx.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-az268-493.mpig5ahpd55ubhib3uxuklvcac.dx.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 'git_settings' expects a Hash value, got Undef
parameter 'forge_settings' expects a Hash value, got Undef
parameter 'deploy_settings' expects a Hash value, got Undef
parameter 'postrun' expects an Array value, got Undef (line: 2, column: 1) on node fv-az268-493.mpig5ahpd55ubhib3uxuklvcac.dx.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-az268-493.mpig5ahpd55ubhib3uxuklvcac.dx.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 'git_settings' expects a Hash value, got Undef
parameter 'forge_settings' expects a Hash value, got Undef
parameter 'deploy_settings' expects a Hash value, got Undef
parameter 'postrun' expects an Array value, got Undef (line: 2, column: 1) on node fv-az268-493.mpig5ahpd55ubhib3uxuklvcac.dx.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-az268-493.mpig5ahpd55ubhib3uxuklvcac.dx.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 'git_settings' expects a Hash value, got Undef
parameter 'forge_settings' expects a Hash value, got Undef
parameter 'deploy_settings' expects a Hash value, got Undef
parameter 'postrun' expects an Array value, got Undef (line: 2, column: 1) on node fv-az268-493.mpig5ahpd55ubhib3uxuklvcac.dx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7)
Canceling since a higher priority waiting request for '613/merge' exists
|
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 'git_settings' expects a Hash value, got Undef
parameter 'forge_settings' expects a Hash value, got Undef
parameter 'deploy_settings' expects a Hash value, got Undef
parameter 'postrun' expects an Array value, got Undef (line: 2, column: 1) on node fv-az617-500.33ka01qfponuxnhx0mx0ps1wwf.jx.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 'git_settings' expects a Hash value, got Undef
parameter 'forge_settings' expects a Hash value, got Undef
parameter 'deploy_settings' expects a Hash value, got Undef
parameter 'postrun' expects an Array value, got Undef (line: 2, column: 1) on node fv-az617-500.33ka01qfponuxnhx0mx0ps1wwf.jx.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-az617-500.33ka01qfponuxnhx0mx0ps1wwf.jx.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 'git_settings' expects a Hash value, got Undef
parameter 'forge_settings' expects a Hash value, got Undef
parameter 'deploy_settings' expects a Hash value, got Undef
parameter 'postrun' expects an Array value, got Undef (line: 2, column: 1) on node fv-az617-500.33ka01qfponuxnhx0mx0ps1wwf.jx.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-az617-500.33ka01qfponuxnhx0mx0ps1wwf.jx.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 'git_settings' expects a Hash value, got Undef
parameter 'forge_settings' expects a Hash value, got Undef
parameter 'deploy_settings' expects a Hash value, got Undef
parameter 'postrun' expects an Array value, got Undef (line: 2, column: 1) on node fv-az617-500.33ka01qfponuxnhx0mx0ps1wwf.jx.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-az617-500.33ka01qfponuxnhx0mx0ps1wwf.jx.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-az617-500.33ka01qfponuxnhx0mx0ps1wwf.jx.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 'forge_settings' expects a Hash value, got Undef
parameter 'deploy_settings' expects a Hash value, got Undef
parameter 'postrun' expects an Array value, got Undef (line: 2, column: 1) on node fv-az617-500.33ka01qfponuxnhx0mx0ps1wwf.jx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L16
r10k on centos-8-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-az617-500.33ka01qfponuxnhx0mx0ps1wwf.jx.internal.cloudapp.net
|