mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #47020 from rallytime/bp-46970
Back-port #46970 to 2017.7
This commit is contained in:
commit
385fe2bc1e
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue