Add 'samba::additional_config' option #44
Annotations
10 errors
spec/classes/contains_spec.rb#L11
samba on ubuntu-20.04-x86_64 is expected to compile into a catalogue without dependency cycles
Failure/Error: is_expected.to compile.with_all_deps
error during compilation: Evaluation Error: Unknown variable: 'samba::additional_config'. (file: /home/runner/work/puppet-samba/puppet-samba/spec/fixtures/modules/samba/manifests/config.pp, line: 48, column: 3) on node fv-az979-708.lnrek1131jeubcfwnjesvv4kld.dx.internal.cloudapp.net
|
spec/defines/share_spec.rb#L27
samba::share on ubuntu-20.04-x86_64 with boolean true as a value is expected to contain Augeas[APPS-section] with incl => "/etc/samba/smb.conf", lens => "Samba.lns", context => "/files/etc/samba/smb.conf" and changes => "set target[. = 'APPS'] 'APPS'"
Failure/Error:
is_expected.to contain_augeas('APPS-section').with(
'incl' => '/etc/samba/smb.conf',
'lens' => 'Samba.lns',
'context' => '/files/etc/samba/smb.conf',
'changes' => 'set target[. = \'APPS\'] \'APPS\'',
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'samba::additional_config'. (file: /home/runner/work/puppet-samba/puppet-samba/spec/fixtures/modules/samba/manifests/config.pp, line: 48, column: 3) on node fv-az979-708.lnrek1131jeubcfwnjesvv4kld.dx.internal.cloudapp.net
|
spec/classes/contains_spec.rb#L16
samba on ubuntu-20.04-x86_64 Testing the dependencies between the classes is expected to contain Class[samba::install]
Failure/Error: it { is_expected.to contain_class('samba::install') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'samba::additional_config'. (file: /home/runner/work/puppet-samba/puppet-samba/spec/fixtures/modules/samba/manifests/config.pp, line: 48, column: 3) on node fv-az979-708.lnrek1131jeubcfwnjesvv4kld.dx.internal.cloudapp.net
|
spec/defines/share_spec.rb#L36
samba::share on ubuntu-20.04-x86_64 with boolean true as a value is expected to contain Samba::Option[APPS-comment] with key => "comment" and value => "Apps"
Failure/Error: is_expected.to contain_samba__option('APPS-comment').with_key('comment').with_value('Apps')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'samba::additional_config'. (file: /home/runner/work/puppet-samba/puppet-samba/spec/fixtures/modules/samba/manifests/config.pp, line: 48, column: 3) on node fv-az979-708.lnrek1131jeubcfwnjesvv4kld.dx.internal.cloudapp.net
|
spec/defines/option_spec.rb#L18
samba::option on ubuntu-20.04-x86_64 with boolean true as a value is expected to contain Augeas[samba option (test=yes)] with incl => "/etc/samba/smb.conf", lens => "Samba.lns" and changes => "set \"target[. = \"global\"]/foo\" \"yes\""
Failure/Error:
is_expected.to contain_augeas('samba option (test=yes)').with(
'incl' => '/etc/samba/smb.conf',
'lens' => 'Samba.lns',
'changes' => 'set "target[. = "global"]/foo" "yes"',
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'samba::additional_config'. (file: /home/runner/work/puppet-samba/puppet-samba/spec/fixtures/modules/samba/manifests/config.pp, line: 48, column: 3) on node fv-az979-708.lnrek1131jeubcfwnjesvv4kld.dx.internal.cloudapp.net
|
spec/classes/contains_spec.rb#L17
samba on ubuntu-20.04-x86_64 Testing the dependencies between the classes is expected to contain Class[samba::config]
Failure/Error: it { is_expected.to contain_class('samba::config') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'samba::additional_config'. (file: /home/runner/work/puppet-samba/puppet-samba/spec/fixtures/modules/samba/manifests/config.pp, line: 48, column: 3) on node fv-az979-708.lnrek1131jeubcfwnjesvv4kld.dx.internal.cloudapp.net
|
spec/defines/share_spec.rb#L45
samba::share on ubuntu-20.04-x86_64 with boolean true as a value is expected to contain exactly 63 Samba::Option resources
Failure/Error: is_expected.to have_samba__option_resource_count(63)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'samba::additional_config'. (file: /home/runner/work/puppet-samba/puppet-samba/spec/fixtures/modules/samba/manifests/config.pp, line: 48, column: 3) on node fv-az979-708.lnrek1131jeubcfwnjesvv4kld.dx.internal.cloudapp.net
|
spec/classes/samba_spec.rb#L10
samba on ubuntu-20.04-x86_64 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: Unknown variable: 'samba::additional_config'. (file: /home/runner/work/puppet-samba/puppet-samba/spec/fixtures/modules/samba/manifests/config.pp, line: 48, column: 3) on node fv-az979-708.lnrek1131jeubcfwnjesvv4kld.dx.internal.cloudapp.net
|
spec/defines/option_spec.rb#L31
samba::option on ubuntu-20.04-x86_64 with boolean false as a value is expected to contain Augeas[samba option (test=no)] with incl => "/etc/samba/smb.conf", lens => "Samba.lns" and changes => "set \"target[. = \"global\"]/foo\" \"no\""
Failure/Error:
is_expected.to contain_augeas('samba option (test=no)').with(
'incl' => '/etc/samba/smb.conf',
'lens' => 'Samba.lns',
'changes' => 'set "target[. = "global"]/foo" "no"',
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'samba::additional_config'. (file: /home/runner/work/puppet-samba/puppet-samba/spec/fixtures/modules/samba/manifests/config.pp, line: 48, column: 3) on node fv-az979-708.lnrek1131jeubcfwnjesvv4kld.dx.internal.cloudapp.net
|
spec/defines/share_spec.rb#L27
samba::share on sles-12-x86_64 with boolean true as a value is expected to contain Augeas[APPS-section] with incl => "/etc/samba/smb.conf", lens => "Samba.lns", context => "/files/etc/samba/smb.conf" and changes => "set target[. = 'APPS'] 'APPS'"
Failure/Error:
is_expected.to contain_augeas('APPS-section').with(
'incl' => '/etc/samba/smb.conf',
'lens' => 'Samba.lns',
'context' => '/files/etc/samba/smb.conf',
'changes' => 'set target[. = \'APPS\'] \'APPS\'',
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'samba::additional_config'. (file: /home/runner/work/puppet-samba/puppet-samba/spec/fixtures/modules/samba/manifests/config.pp, line: 48, column: 3) on node fv-az979-708.lnrek1131jeubcfwnjesvv4kld.dx.internal.cloudapp.net
|
This job failed
Loading