Merge pull request #7558 from dermute/pkg_mgr

added solaris fact detection for ansible_pkg_mgr
This commit is contained in:
James Cammarata 2014-05-27 16:23:31 -05:00
commit 061911c9c2

View file

@ -109,6 +109,8 @@ class Facts(object):
{ 'path' : '/usr/sbin/pkg', 'name' : 'pkgng' },
{ 'path' : '/usr/sbin/swlist', 'name' : 'SD-UX' },
{ 'path' : '/usr/bin/emerge', 'name' : 'portage' },
{ 'path' : '/usr/sbin/pkgadd', 'name' : 'svr4pkg' },
{ 'path' : '/usr/bin/pkg', 'name' : 'pkg' },
]
def __init__(self):