summaryrefslogtreecommitdiff
path: root/cloudinit/user_data
AgeCommit message (Collapse)Author
2012-06-15Moved the handlers from a user_data directory to a handler directory.Joshua Harlow
2012-06-15Moved this class which does the user data process back to the main ↵Joshua Harlow
user_data.py file. It seems to make a little more sense for now to move it to there.
2012-06-15Moved the contents of this file back to user_data.pyJoshua Harlow
It seems to make sense to have that file, then have a handler directory for user data handlers.
2012-06-11Pylint cleanups.Joshua Harlow
2012-06-11Pylint cleanups.Joshua Harlow
2012-06-11Use common yaml loading function + pylint cleanups.Joshua Harlow
2012-06-11Pylint fixups.Joshua Harlow
2012-06-11Pylint fixups.Joshua Harlow
2012-06-11Pylint fixups.Joshua Harlow
2012-06-09Rename these to user_data module + submodules.Joshua Harlow