mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Enable opkg as pkgrepo handler on Poky
This commit is contained in:
parent
7a58fd157e
commit
cb674fb1cb
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ def managed(name, ppa=None, **kwargs):
|
|||
if disabled is not None \
|
||||
else salt.utils.is_true(enabled)
|
||||
|
||||
elif __grains__['os_family'] in ('NILinuxRT',):
|
||||
elif __grains__['os_family'] in ('NILinuxRT', 'Poky'):
|
||||
# opkg is the pkg virtual
|
||||
kwargs['enabled'] = not salt.utils.is_true(disabled) \
|
||||
if disabled is not None \
|
||||
|
|
Loading…
Add table
Reference in a new issue