summaryrefslogtreecommitdiff
path: root/cloudinit/config
AgeCommit message (Expand)Author
2013-01-03Support for sr[0-9]+ short device names.Vlastimil Holer
2012-12-15Add 'omnibus' install mode for chefScott Moser
2012-12-13Provide a mechanism for puppet to be conditionally installed.Craig Tracey
2012-12-12add 'omnibus' as an install type for chef.Scott Moser
2012-12-01make sure no blank lines before cloud-init entry in ca-certificates.confScott Moser
2012-11-20fix "resize_root: noblock"Scott Moser
2012-11-13make migrator walk the "cloud" path alsoScott Moser
2012-11-13support 'power_state' cloud-config for specifying shutdownScott Moser
2012-11-13use os.devnull [trivial]Scott Moser
2012-11-13add sleep, allow errno '3' (ESRCH) on the open of /proc/pid/cmdlineScott Moser
2012-11-13clean up exit to single function callScott Moser
2012-11-13fix read of /proc/cmdlineScott Moser
2012-11-13implement power_state with tests.Scott Moser
2012-11-13pep8 and pylintScott Moser
2012-11-13rename module 'finalcmd' to power-state-changeScott Moser
2012-11-12pass execmd a list, not tuple or stringScott Moser
2012-11-12add 'finalcmd' module for running code after cloud-init-finalScott Moser
2012-11-10sync with trunkScott Moser
2012-11-10Add 'migrator' for handling config name changes and consistencyJoshua Harlow
2012-11-08Fix the case where on a redhat based systemJoshua Harlow
2012-11-071. Ensure that the sem_path exists andharlowja
2012-11-071. Check the name and not the full pathharlowja
2012-11-07Start adding a 'migrator' moduleJoshua Harlow
2012-11-071. Rebased with trunkJoshua Harlow
2012-11-07test and path cleanups.Joshua Harlow
2012-11-07merge from trunkScott Moser
2012-10-27Helpful cleanups.harlowja
2012-10-23Restart landscape at the end of the configurationThomas Hervé
2012-10-17More cleanups, fix header function.Joshua Harlow
2012-10-17Make the yum value 'string' translation a function.Joshua Harlow
2012-10-16Add in a created by cloud-init header.Joshua Harlow
2012-10-16Move the recursive flushing to the log module.Joshua Harlow
2012-10-16Add a more generic package install mechansimJoshua Harlow
2012-10-16Update comments as to why format is the way it is.Joshua Harlow
2012-10-16Fix copyright.Joshua Harlow
2012-10-16Remove some pylint buggies.Joshua Harlow
2012-10-16Add in a configuration module that canJoshua Harlow
2012-10-15Skip install when there is not configuration, and install the package to be s...Thomas Hervé
2012-09-28Make byobu more tolerant of the user not beingJoshua Harlow
2012-09-28Add a comment as to why distros can't beJoshua Harlow
2012-09-28Rework the rest of the locations that usedJoshua Harlow
2012-09-28restart salt-minion instead of start.Scott Moser
2012-09-27cleanup the user/group listsJoshua Harlow
2012-09-24Adjust the fingerprints to use this newJoshua Harlow
2012-09-24Refactor the ug normalization to take in a distroJoshua Harlow
2012-09-23Make the normalization a module level functionJoshua Harlow
2012-09-21Fix some docs + pylint warnings + log on default created in the module.Joshua Harlow
2012-09-211. Cleanup the user creation so that the distro class isJoshua Harlow
2012-09-14only write landscape config if user-data providedScott Moser
2012-09-06do not convert type None to string in cfgmnt.Scott Moser