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/lib/ansible/module_utils/facts
Sam Doran 46a0e849ed
[stable-2.9] Handle Slackware OS version strings containing a plus (“+”) (#68142) (#70718)
A couple of years ago Slackware -current began using a plus (“+”) at the end of the distribution version string to indicate a future version work-in-progress.

Rearrange distribution_files unit tests to easily support more tests
  - add conftest with common fixtures
  - use parametrize for testing multiple scenarios

* Add changelog
* Add unit tests for Slackware distribution parsing
* Use correct fixtures for Slackware
Data comes from /etc/slackware-version

Co-authored-by: Sam Doran <sdoran@redhat.com>
Co-authored-by: <Eduard Rozenberg <eduardr@pobox.com>>.
(cherry picked from commit 566c5e6ce1)

Co-authored-by: Eduard Rozenberg <2648417+edrozenberg@users.noreply.github.com>

Co-authored-by: Eduard Rozenberg <2648417+edrozenberg@users.noreply.github.com>
6 years ago
..
hardware facts: fix double-counting of CPUs on POWER systems (#58360) 7 years ago
network [stable-2.9] linux facts - return proper broadcast address (#64528) (#71065) 6 years ago
other Facts Refresh (2.4 roadmap) (#23012) 9 years ago
system [stable-2.9] Handle Slackware OS version strings containing a plus (“+”) (#68142) (#70718) 6 years ago
virtual [backport 2.9] facts: detect FreeBSD jails guest (#62857) (#62913) 6 years ago
__init__.py Relicense fact code I wrote to 2 clause BSD 8 years ago
ansible_collector.py Fix fact deps when 'filter=ansible_fact' is used. (#33441) 8 years ago
collector.py Fact collector ordering deps (#31362) 8 years ago
compat.py Add fact to obtain iSCSI initiator IQN 8 years ago
default_collectors.py Add network fact to obtain FC WWN initiator ports (#37043) 7 years ago
namespace.py Relicense fact code I wrote to 2 clause BSD 8 years ago
packages.py [stable-2.9] package_facts - use AnsibleModule.warn() for warnings 6 years ago
sysctl.py Fix invalid string escape sequences. 8 years ago
timeout.py Make the timeout decorator raise an exception out of the function's scope (#49921) 7 years ago
utils.py made missing cli tools non fatal (#37194) 8 years ago