ansible/test/units/module_utils/facts
Adrian Likins 12404f470a Fix pkg_mgr fact on OpenBSD (#30725)
* Fix pkg_mgr fact on OpenBSD

Add a OpenBSDPkgMgrFactCollector that hardcodes pkg_mgr
to 'openbsd_pkg'. The ansible collector will choose the
OpenBSD collector if the system is OpenBSD and the 'Generic'
one otherwise.

This removes PkgMgrFactCollectors depenency on the
'system' fact being in collected_facts, which also
avoids ordering issues (if the pkg mgr fact is collected
before the system fact...)

Fixes #30623
2017-09-22 14:22:05 -04:00
..
fixtures Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
hardware More statvfs info for mount facts rebase 12073 (#25454) 2017-06-13 15:31:41 -04:00
network Support NetBSD 7.1+ style ifconfig -a output (#25442) 2017-06-08 17:09:22 -04:00
other Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
system Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
__init__.py
base.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
test_ansible_collector.py Fix pkg_mgr fact on OpenBSD (#30725) 2017-09-22 14:22:05 -04:00
test_collector.py add a 'min' type for gather_subset to collect nothing (#27085) 2017-08-02 11:04:01 -04:00
test_collectors.py Fix pkg_mgr fact on OpenBSD (#30725) 2017-09-22 14:22:05 -04:00
test_facts.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
test_timeout.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
test_utils.py More statvfs info for mount facts rebase 12073 (#25454) 2017-06-13 15:31:41 -04:00