summaryrefslogtreecommitdiff
path: root/cloudinit/distros/ubuntu.py
AgeCommit message (Expand)Author
2012-06-18Add created by or added by cloud-init lines when we modify or create files.Joshua Harlow
2012-06-17Update the variable for comment positioning to be 'c_pos' (comment position) ...harlowja
2012-06-171. Adjust the ubuntu network hostname writing to go through a standard write ...harlowja
2012-06-171. Remove rhel sysconfig for timezone, now have a rhel distro subclassharlowja
2012-06-16Have the top level distro class take paths instead of a runner.Joshua Harlow
2012-06-16Have the contents formed on a previous line which seems prettier.Joshua Harlow
2012-06-15Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow
2012-06-15Self variable missingJoshua Harlow
2012-06-15Variable name mismatchJoshua Harlow
2012-06-15Moved as many distro specific actions to here as should be needed. Joshua Harlow
2012-06-11Add initial network writing here.Joshua Harlow
2012-06-11Adding in the base of a ubuntu distro subclass that can install pkgs (right n...Joshua Harlow
2012-06-09Start adding place where distro specifics can go.Joshua Harlow