1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/module_utils
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
..
aws
basic
cloud [cloud] Add more configurable backoff implementations to CloudRetry/AWSRetry (#27251) 2017-08-08 08:56:46 -04:00
ec2 AWSRetry: allow retrying on additional ClientError exceptions (#28483) 2017-08-22 15:31:20 -04:00
facts Fix pkg_mgr fact on OpenBSD (#30725) 2017-09-22 14:22:05 -04:00
gcp Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
json_utils Enable more pylint rules and fix reported issues. (#30539) 2017-09-18 23:20:32 -07:00
parsing
__init__.py
test_aci.py Clean up ACI error text (#30501) 2017-09-18 11:51:58 -07:00
test_basic.py Fix fallback and boolean check in argspec (#27994) 2017-08-10 12:10:18 -07:00
test_database.py
test_distribution_version.py
test_known_hosts.py
test_network_common.py
test_postgresql.py
test_text.py