Skip to content

Commit ee3f991

Browse files
committed
acceptance/actions: install rsyslog-elasticsearch on all OSes
elasticsearch modules have been split into this package on all supported operating systems.
1 parent b1aefa5 commit ee3f991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/acceptance/actions_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
context 'basic action' do
1111
it 'applies with action' do
1212
pp = <<-MANIFEST
13-
if $facts['os']['name'] == 'Fedora' {
14-
package { 'rsyslog-elasticsearch': ensure => installed }
13+
package { 'rsyslog-elasticsearch':
14+
ensure => installed,
1515
}
1616
1717
class { 'rsyslog::config':

0 commit comments

Comments
 (0)