mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #7637 from virtua-network/fix-smf
Allow SmartOS to use the smf module
This commit is contained in:
commit
57e69016d2
@ -16,6 +16,7 @@ def __virtual__():
|
||||
# Don't let this work on Solaris 9 since SMF doesn't exist on it.
|
||||
enable = set((
|
||||
'Solaris',
|
||||
'SmartOS',
|
||||
))
|
||||
if __grains__['os'] in enable:
|
||||
if __grains__['os'] == 'Solaris' and __grains__['kernelrelease'] == "5.9":
|
||||
|
Loading…
Reference in New Issue
Block a user