mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #32536 from rallytime/bp-31898
Back-port #31898 to 2015.8
This commit is contained in:
commit
27e91e40cc
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ def __virtual__():
|
|||
'Fedora >= 15 uses systemd, will not load rh_service.py '
|
||||
'as virtual \'service\''
|
||||
)
|
||||
if __grains__['os'] in ('RedHat', 'CentOS', 'ScientificLinux', 'OEL'):
|
||||
if __grains__['os'] in ('RedHat', 'CentOS', 'ScientificLinux', 'OEL', 'CloudLinux'):
|
||||
if osrelease_major >= 7:
|
||||
return (
|
||||
False,
|
||||
|
|
Loading…
Add table
Reference in a new issue