1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-14 13:42:21 +00:00
community.general/test/units/modules/system
David Kretch 98260f9884 Fix pamd error when inserting a new rule at the end. Fixes #28487 (#28488)
* When inserting a new rule in `insert_after_rule`, check if the old rule is
the last rule, to avoid a list index out of range error when attempting to
access the next rule.
* Add a test for inserting a new rule after the last rule.
2017-12-13 15:31:20 -06:00
..
interfaces_file
__init__.py
test_iptables.py
test_known_hosts.py
test_linux_mountinfo.py
test_pamd.py
test_parted.py
test_systemd.py