Merge pull request #47020 from rallytime/bp-46970

Back-port #46970 to 2017.7
This commit is contained in:
Daniel Wallace 2018-04-11 16:48:24 -05:00 committed by GitHub
commit 385fe2bc1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@ class PkgrepoTest(ModuleCase, SaltReturnAssertsMixin):
'''
os_family = grains['os_family'].lower()
if os_family in ('redhat', 'suse'):
if os_family in ('redhat',):
kwargs = {
'name': 'examplerepo',
'baseurl': 'http://example.com/repo',