summaryrefslogtreecommitdiff
path: root/cloudinit/CloudConfig
AgeCommit message (Expand)Author
2010-08-09cc_mounts: improve comment stringsScott Moser
2010-08-09cloud-init-cfg: log warning with traceback on failure of a config moduleScott Moser
2010-07-21invoke apt so dpkg non-interactively takes old conf files (LP: #607642)Scott Moser
2010-07-13fix bad/un-removed code in cd_mounts.pyScott Moser
2010-07-09extend list of possible metadata names with 'ebs[0-9]'Scott Moser
2010-07-08change default 'pass' entry to '2' rather than 0Scott Moser
2010-07-08add 'nobootwait' to the default options for fstab entriesScott Moser
2010-07-08fix bug where nfs/network mounts could not be specified (LP: #603329)Scott Moser
2010-07-07warn on failed 'mount -a'Scott Moser
2010-06-29on bad cloud-config syntax (failure to yaml.load) continue onScott Moser
2010-06-21fix bug with apt_update_upgrade config, missing importScott Moser
2010-06-18add cloud-config hooks for enabling byobu by default.Scott Moser
2010-06-18remove some debug codeScott Moser
2010-06-18add copyright header to all of cloudinit/CloudConfig/cc_*Scott Moser
2010-06-18add suport for setting debconf selections through debconf-set-selectionsScott Moser
2010-06-18add ssh_import_id cloud-config moduleScott Moser
2010-06-18fix trace due to lack of 'import traceback'. change error messageScott Moser
2010-06-18remove trailing whitespace in previous commitScott Moser
2010-06-18prefix config 'sem' entries with semaphores with 'config-'Scott Moser
2010-06-17make cloud-config modules configurable by cloud-configScott Moser