summaryrefslogtreecommitdiff
path: root/cloudinit/cfg.py
AgeCommit message (Collapse)Author
2012-06-16Add comment as to why this cfg class is usefulJoshua Harlow
2012-06-15This provides a nice little utility class that avoids the python config ↵Joshua Harlow
parser throwing when options + values are being added to unknown sections since it handles the creation and checking that those sections exist before the option is added. Also it adds a little helper that can turn that config into a string.