summaryrefslogtreecommitdiff
path: root/cloudinit/distros/ug_util.py
AgeCommit message (Collapse)Author
2016-10-19Move user/group functions to new ug_util fileJoshua Harlow
The amount of code to do user and group normalization and extraction deserves its own file so move the code that does this to a new file and update references to the old location. This removes some of the funkyness done in config modules to avoid namespace and attribute clashes as well.