Skip to content

Commit 4c1a735

Browse files
committed
Proper module path for yumrepo_core
1 parent 54fb2d1 commit 4c1a735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper_acceptance.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ class { 'elasticsearch':
236236
dist_module = {
237237
'Debian' => ['apt'],
238238
'Suse' => ['zypprepo'],
239-
'RedHat' => %w[concat yumrepo]
239+
'RedHat' => %w[concat yumrepo_core]
240240
}[f['os']['family']]
241241

242242
modules += dist_module unless dist_module.nil?

0 commit comments

Comments
 (0)