Add support for FreeBSD #115
Annotations
5 errors
spec/defines/module_spec.rb#L26
syslog_ng::module When overriding module_prefix is expected to contain Package[MODPREFIX_foo] with ensure => "present"
Failure/Error: it { is_expected.to contain_package('MODPREFIX_foo').with_ensure('present') }
expected that the catalogue would contain Package[MODPREFIX_foo] with ensure set to "present" but it is set to "installed"
|
spec/defines/module_spec.rb#L40
syslog_ng::module When osfamily is RedHat is expected to contain Package[syslog-ng-foo] with ensure => "present"
Failure/Error: it { is_expected.to contain_package('syslog-ng-foo').with_ensure('present') }
expected that the catalogue would contain Package[syslog-ng-foo] with ensure set to "present" but it is set to "installed"
|
spec/defines/module_spec.rb#L50
syslog_ng::module When osfamily is Debian with defaults is expected to contain Package[syslog-ng-mod-foo] with ensure => "present"
Failure/Error: it { is_expected.to contain_package('syslog-ng-mod-foo').with_ensure('present') }
expected that the catalogue would contain Package[syslog-ng-mod-foo] with ensure set to "present" but it is set to "installed"
|
spec/defines/module_spec.rb#L65
syslog_ng::module When osfamily is Suse is expected to contain Package[syslog-ng-foo] with ensure => "present"
Failure/Error: it { is_expected.to contain_package('syslog-ng-foo').with_ensure('present') }
expected that the catalogue would contain Package[syslog-ng-foo] with ensure set to "present" but it is set to "installed"
|
|
This job failed
Loading