-
- Downloads
ipa[user,host]: Fail on duplucate names in the users and hosts lists
It was possible to have several entries for names with the hosts and users lists. This resulted sometimes in errors but also unexpected changes. A new check has been added to make sure that the names in the users and hosts lists are unique. New tests have been added to verify this in the existing files: - tests/host/test_hosts.yml - tests/user/test_users.yml
Showing
- plugins/modules/ipahost.py 7 additions, 0 deletionsplugins/modules/ipahost.py
- plugins/modules/ipauser.py 7 additions, 0 deletionsplugins/modules/ipauser.py
- tests/host/test_hosts.yml 15 additions, 0 deletionstests/host/test_hosts.yml
- tests/user/test_users.yml 19 additions, 0 deletionstests/user/test_users.yml
Loading
Please register or sign in to comment