summaryrefslogtreecommitdiff
path: root/cloudinit/config
AgeCommit message (Expand)Author
2012-09-05Check if the config was specifiedThomas Hervé
2012-09-05Add RUN=1 to the default fileThomas Hervé
2012-08-31Removed admin group from default Ubuntu user group list.Ben Howard
2012-08-31fix pylint warningScott Moser
2012-08-31- Converted user list to user dict to allow exclusion of the default userBen Howard
2012-08-28fix busted cc_ssh_import_idScott Moser
2012-08-27clean up a bit, fix issue with missing 'log' argument to ssh_import_idsScott Moser
2012-08-27Fixed critical bug where user and group creation was being done after SSHBen Howard
2012-08-22cc_ssh.py: add the "get user zero" logic, disable root even if no userScott Moser
2012-08-22fix issues from 'make pylint'Scott Moser
2012-08-22fix errors from 'make pep8'Scott Moser
2012-08-22Merge with lp:cloud-initBen Howard
2012-08-22Simplified users[0] detection, and ensured compatability with previous user p...Ben Howard
2012-08-22add apt_reboot_if_required to reboot if requiredScott Moser
2012-08-22fix for pep8 issues and seemingly functional now.Scott Moser
2012-08-22merge from trunk for pep8 fixesScott Moser
2012-08-22fix pep8 complaints.Scott Moser
2012-08-22rework package mirror selectionScott Moser
2012-08-22fix pylint in cc_ssh_authkey_fingerprints.pyScott Moser
2012-08-21remove committed conflicts in previous mergeScott Moser
2012-08-21Implemented MP feedback.Ben Howard
2012-08-20remove duplicate printing of authorized keys to the consoleScott Moser
2012-08-20authkey_fingerprints: Fix columns headers, do not print empty linesScott Moser
2012-08-20Add the "None" datasourceScott Moser
2012-08-20Dropped hidden command; replaced with logstring. Also changed useradd command...Ben Howard
2012-08-20Added "userless" mode to cloud-init for handling the creation of theBen Howard
2012-08-20add ssh-authkey-fingerprint config module, to print fingerprints to consoleScott Moser
2012-08-20Fixup the columns and add a check to makeJoshua Harlow
2012-08-18Add support for printing out the authkey's for the default user.Joshua Harlow
2012-08-10Adjustments so that the default old event is used whenJoshua Harlow
2012-08-09Move the code that did the 'cloud-config' upstart event name emitting to Joshua Harlow
2012-08-03use get_cfg_option_bool for apt_mirror_search_dnsScott Moser
2012-08-03do not search for mirror named '<distro>-mirror' in dns by defaultScott Moser
2012-07-11add write-files module for "injecting" files (LP: #1012854)Scott Moser
2012-07-11Update the write files with the new content/compression handling.Joshua Harlow
2012-07-11Fix log message after 'write_files' key change.Joshua Harlow
2012-07-11Adjust the decoding of the files that are given so that a canonicalizeJoshua Harlow
2012-07-10Fixes 1012854 by implementing file writing, adjustsJoshua Harlow
2012-07-10cc_resizefs: show more specific time.Scott Moser
2012-07-09cc_final_message: fix pylint issueScott Moser
2012-07-09url_helper.py, cc_rightscale_userdata.py: reduce WARN to DEBUGScott Moser
2012-07-09Revert back to using cheetah + adjust resultant code + templatesJoshua Harlow
2012-07-06Updated so that if no mirror is found, the module stops running.Joshua Harlow
2012-07-021. Move the welcome message template string to a constant at the top of the m...Joshua Harlow
2012-07-01Merge in pending changes.harlowja
2012-07-011. Rename util functions to is_true and is_falseharlowja
2012-07-01Add a multi log function that can write to stderr, console and a log debug, u...Joshua Harlow
2012-06-29[merge from trunk] cc_salt_minion: install package salt-minion rather than saltScott Moser
2012-06-23Fix a bunch of == None casesharlowja
2012-06-22Use os.path.join instead of custom string path formationJoshua Harlow