replace r10k template with native puppet code #134
Annotations
10 errors
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
The logs for this run have expired and are no longer available.
Loading