mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Recognize pkgin when installed in the global zone on SmartOS
This commit is contained in:
committed by
Brian Coca
parent
b9e4a4dede
commit
0c0defb63d
@@ -145,6 +145,7 @@ class Facts(object):
|
|||||||
{ 'path' : '/bin/opkg', 'name' : 'opkg' },
|
{ 'path' : '/bin/opkg', 'name' : 'opkg' },
|
||||||
{ 'path' : '/usr/pkg/bin/pkgin', 'name' : 'pkgin' },
|
{ 'path' : '/usr/pkg/bin/pkgin', 'name' : 'pkgin' },
|
||||||
{ 'path' : '/opt/local/bin/pkgin', 'name' : 'pkgin' },
|
{ 'path' : '/opt/local/bin/pkgin', 'name' : 'pkgin' },
|
||||||
|
{ 'path' : '/opt/tools/bin/pkgin', 'name' : 'pkgin' },
|
||||||
{ 'path' : '/opt/local/bin/port', 'name' : 'macports' },
|
{ 'path' : '/opt/local/bin/port', 'name' : 'macports' },
|
||||||
{ 'path' : '/usr/local/bin/brew', 'name' : 'homebrew' },
|
{ 'path' : '/usr/local/bin/brew', 'name' : 'homebrew' },
|
||||||
{ 'path' : '/sbin/apk', 'name' : 'apk' },
|
{ 'path' : '/sbin/apk', 'name' : 'apk' },
|
||||||
|
|||||||
Reference in New Issue
Block a user