Fix/relax types #104
Annotations
10 errors
spec/defines/parser_spec.rb#L21
patterndb::parser centos-7-x86_64 without package_name Catchall is expected to contain File[patterndb::file::default] that notifies Exec[patterndb::merge::default]
Failure/Error:
is_expected.to contain_file('patterndb::file::default').with(
'ensure' => 'present',
).that_notifies('Exec[patterndb::merge::default]')
expected that the catalogue would contain File[patterndb::file::default]
|
spec/defines/parser_spec.rb#L35
patterndb::parser centos-7-x86_64 without package_name Default values (no parameters) is expected to contain Exec[patterndb::test::default] with command =~ /patterndb\/default\.xml $/m
Failure/Error:
is_expected.to contain_exec('patterndb::test::default').with(
'command' => %r{patterndb/default\.xml $}m,
)
expected that the catalogue would contain Exec[patterndb::test::default]
|
spec/defines/parser_spec.rb#L49
patterndb::parser centos-7-x86_64 without package_name With optional syslog-ng module is expected to contain Exec[patterndb::test::default] with command =~ /patterndb\/default\.xml --module=foo --module=bar$/m
Failure/Error:
is_expected.to contain_exec('patterndb::test::default').with(
'command' => %r{patterndb/default\.xml --module=foo --module=bar$}m,
)
expected that the catalogue would contain Exec[patterndb::test::default]
|
spec/defines/parser_spec.rb#L61
patterndb::parser centos-7-x86_64 without package_name with two patterndbs is expected to contain Exec[patterndb::test::default] with command =~ /patterndb\/default\.xml $/m
Failure/Error:
is_expected.to contain_exec('patterndb::test::default').with(
'command' => %r{patterndb/default\.xml $}m,
)
expected that the catalogue would contain Exec[patterndb::test::default]
|
spec/defines/parser_spec.rb#L67
patterndb::parser centos-7-x86_64 without package_name with two patterndbs is expected to contain Exec[patterndb::test::stage1] with command =~ /patterndb\/stage1\.xml $/m
Failure/Error:
is_expected.to contain_exec('patterndb::test::stage1').with(
'command' => %r{patterndb/stage1\.xml $}m,
)
expected that the catalogue would contain Exec[patterndb::test::stage1]
|
spec/defines/parser_spec.rb#L80
patterndb::parser centos-7-x86_64 without package_name With syslog-ng module in class is expected to contain Exec[patterndb::test::default] with command =~ /patterndb\/default\.xml --module=foo --module=bar$/m
Failure/Error:
is_expected.to contain_exec('patterndb::test::default').with(
'command' => %r{patterndb/default\.xml --module=foo --module=bar$}m,
)
expected that the catalogue would contain Exec[patterndb::test::default]
|
spec/defines/parser_spec.rb#L92
patterndb::parser centos-7-x86_64 without package_name With empty syslog-ng module list is expected to contain Exec[patterndb::test::default] with command =~ /patterndb\/default\.xml $/m
Failure/Error:
is_expected.to contain_exec('patterndb::test::default').with(
'command' => %r{patterndb/default\.xml $}m,
)
expected that the catalogue would contain Exec[patterndb::test::default]
|
spec/defines/parser_spec.rb#L106
patterndb::parser centos-7-x86_64 without package_name Without test_before_deploy is expected to contain Exec[patterndb::merge::default] that notifies Exec[patterndb::deploy::default]
Failure/Error: it { is_expected.to contain_exec('patterndb::merge::default').that_notifies('Exec[patterndb::deploy::default]') }
expected that the catalogue would contain Exec[patterndb::merge::default] with that notifies Exec[patterndb::deploy::default]
|
spec/defines/parser_spec.rb#L116
patterndb::parser centos-7-x86_64 without package_name With test_before_deploy is expected to contain Exec[patterndb::merge::default] that notifies Exec[patterndb::test::default]
Failure/Error: it { is_expected.to contain_exec('patterndb::merge::default').that_notifies('Exec[patterndb::test::default]') }
expected that the catalogue would contain Exec[patterndb::merge::default] with that notifies Exec[patterndb::test::default]
|
spec/defines/parser_spec.rb#L117
patterndb::parser centos-7-x86_64 without package_name With test_before_deploy is expected to contain Exec[patterndb::test::default] that notifies Exec[patterndb::deploy::default]
Failure/Error: it { is_expected.to contain_exec('patterndb::test::default').that_notifies('Exec[patterndb::deploy::default]') }
expected that the catalogue would contain Exec[patterndb::test::default]
|
The logs for this run have expired and are no longer available.
Loading