You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
7 years ago
..
fixtures Facts Refresh (2.4 roadmap) (#23012) 7 years ago
hardware More statvfs info for mount facts rebase 12073 (#25454) 7 years ago
network Support NetBSD 7.1+ style ifconfig -a output (#25442) 7 years ago
other Facts Refresh (2.4 roadmap) (#23012) 7 years ago
system Facts Refresh (2.4 roadmap) (#23012) 7 years ago
__init__.py Facts Timeout was not settable via ansible.cfg 7 years ago
base.py Facts Refresh (2.4 roadmap) (#23012) 7 years ago
test_ansible_collector.py Fix pkg_mgr fact on OpenBSD (#30725) 7 years ago
test_collector.py add a 'min' type for gather_subset to collect nothing (#27085) 7 years ago
test_collectors.py Fix pkg_mgr fact on OpenBSD (#30725) 7 years ago
test_facts.py Facts Refresh (2.4 roadmap) (#23012) 7 years ago
test_timeout.py Facts Refresh (2.4 roadmap) (#23012) 7 years ago
test_utils.py More statvfs info for mount facts rebase 12073 (#25454) 7 years ago