Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-27 | cleanup the user/group lists | Joshua Harlow | |
The primary utility here is normalize_user_groups, which would be called by config modules to get a list of users or groups. This centralizes what was copied code into this one location. | |||
2012-09-25 | add tests for netcfg code | Joshua Harlow | |
2012-09-25 | Fix tests after resync with head. | Joshua Harlow | |
2012-09-24 | Handle the case where 'user' is defined but 'users' isn't. | Joshua Harlow | |
2012-09-24 | Fix pylint issues created. | Joshua Harlow | |
2012-09-24 | Add a netconfig format test + if rhel is passed the 'all' | Joshua Harlow | |
device name, throw an error since rhel can not currently handle this case. | |||
2012-09-24 | Refactor the ug normalization to take in a distro | Joshua Harlow | |
and produce a user and group list. Clean this up to be simpler as well as handle the old 'user' case when it exists in configuration. | |||
2012-09-23 | Make the normalization a module level function | Joshua Harlow | |
since it has little dependence on the distros class itself. Readjust the using code to use this new module level function instead. | |||
2012-09-21 | Don't forget the etc/hosts test. | Joshua Harlow | |
2012-09-21 | Fix some docs + pylint warnings + log on default created in the module. | Joshua Harlow | |
2012-09-21 | Also allow the user list to come in as a comma | Joshua Harlow | |
separated list so that its types match more of what the group list can be. | |||
2012-09-21 | Actually commit the test for user/group data | Joshua Harlow | |
normalization instead of forgetting about it. | |||
2012-09-20 | Add a resolv.conf parser that can be easily | Joshua Harlow | |
used for adjusting a resolv.conf formatted file and use this to adjust the resolv.conf in the redhat distro instead of replacing the previous resolv.conf completely. | |||
2012-08-22 | add test | Scott Moser | |