mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update pkgng.py
This commit is contained in:
parent
45206dfe3d
commit
ec798acbcd
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def __virtual__():
|
|||
``providers:pkg`` is set to 'pkgng'.
|
||||
'''
|
||||
if __grains__['kernel'] == 'DragonFly':
|
||||
return __virtualname__
|
||||
return __virtualname__
|
||||
if __grains__['os'] == 'FreeBSD' and float(__grains__['osrelease']) >= 10:
|
||||
return __virtualname__
|
||||
if __grains__['os'] == 'FreeBSD' and \
|
||||
|
|
Loading…
Add table
Reference in a new issue