summaryrefslogtreecommitdiff
path: root/cloudinit/config
Commit message (Expand)AuthorAgeFilesLines
* cloud-init: fix capitalisation of SSH (#126)Daniel Watkins2019-12-187-24/+24
* doc: update cc_ssh clarify host and auth keysJoshua Powers2019-12-181-40/+49
* fix unlocking method on FreeBSDIgor Galić2019-12-121-0/+28
* docs: add additional details to per-instance/onceJoshua Powers2019-12-112-2/+6
* set_passwords: support for FreeBSD (#46)Igor Galić2019-11-262-6/+57
* Correct jumbled documentation for cc_set_hostname module (#64)do3meli2019-11-251-1/+3
* switch default FreeBSD salt minion pkg from py27 to py36Dominic Schlegel2019-11-131-1/+1
* Add config for ssh-key import and consuming user-dataPavel Zakharov2019-10-312-11/+50
* cc_puppet: Implement csr_attributes.yaml supportMatthias Baur2019-10-311-5/+29
* Fix usages of yaml, and move yaml_dump to safeyaml.dumps.Scott Moser2019-10-243-5/+7
* replace any deprecated log.warn with log.warningDominic Schlegel2019-10-1726-91/+89
* ubuntu-drivers: call db_x_loadtemplatefile to accept NVIDIA EULAChad Smith2019-08-222-35/+128
* ubuntu-drivers: emit latelink=true debconf to accept nvidia eulaChad Smith2019-08-193-6/+26
* pyflakes: remove unused variableJoshua Powers2019-08-151-1/+1
* Add support for publishing host keys to GCE guest attributesRick Wright2019-08-092-0/+221
* cc_set_passwords: rewrite documentationDaniel Watkins2019-08-071-19/+34
* Fix a couple of issues raised by a coverity scanDaniel Watkins2019-07-101-1/+1
* Fix spelling error making 'an Ubuntu' consistent.Brian Murray2019-05-311-1/+1
* freebsd: ability to grow root file systemGonéri Le Bouder2019-05-282-4/+5
* cc_mounts: check if mount -a on no-change fstab pathJason Zions (MSFT)2019-05-081-0/+11
* cc_apt_configure: fix typo in apt documentationDominic Schlegel2019-04-171-1/+1
* ubuntu_advantage: rewrite cloud-config moduleChad Smith2019-04-042-265/+307
* Add ubuntu_drivers config moduleDaniel Watkins2019-03-192-0/+286
* cc_apt_pipelining: stop disabling pipelining by defaultDaniel Watkins2019-02-272-2/+30
* cc_rsyslog: Escape possible nested setDaniel Watkins2019-02-261-1/+1
* Enable encrypted_data_bag_secret support for ChefEric Williams2019-02-251-0/+3
* Resolve flake8 comparison and pycodestyle over-ident issuesParide Legovini2019-01-301-1/+1
* flake8: use ==/!= to compare str, bytes, and int literalsParide Legovini2019-01-281-3/+3
* lxd: install zfs-linux instead of zfs meta packageJohnson Shi2019-01-251-1/+1
* cc_set_passwords: Fix regex when parsing hashed passwordsMarlin Cremers2019-01-152-1/+41
* write_files: add support for appending to files.James Baxter2018-12-061-1/+6
* resizefs: Prefix discovered devpath with '/dev/' when path does not existIgor Galić2018-11-141-0/+7
* Correct spelling in an error message (udevadm).Katie McLaughlin2018-10-111-1/+1
* lxd: adjust to snap installed lxd.Scott Moser2018-09-261-1/+4
* config: disable ssh access to a configured user accountChad Smith2018-09-084-16/+198
* tests: Disallow use of util.subp except for where needed.Scott Moser2018-09-052-4/+10
* Add unit tests for config/cc_ssh.pyFrancis Ginther2018-09-011-0/+147
* pylint: Fix pylint warnings reported in pylint 2.0.0.Scott Moser2018-07-212-29/+30
* docs: note in rtd about avoiding /tmp when writing filesChad Smith2018-07-093-1/+17
* docs: Fix a small spelling error.Oz N Tiram2018-06-281-1/+1
* docs: represent sudo:false in docs for user_groups config moduleChad Smith2018-06-191-2/+6
* lxd: Delete default network and detach device if lxd-init created them.Scott Moser2018-06-151-8/+56
* pyflakes: fix unused variable references identified by pyflakes 2.0.0.Scott Moser2018-05-291-1/+1
* yaml_load/schema: Add invalid line and column nums to error messageChad Smith2018-05-231-16/+44
* cc_mounts: Do not add devices to fstab that are already present.Lars Kellogg-Stedman2018-05-221-19/+34
* read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser2018-05-172-5/+6
* flake8: fix flake8 errors in previous commit.Scott Moser2018-05-161-2/+2
* typos: Fix spelling mistakes in cc_mounts.py log messagesStephen Ford2018-05-161-9/+9
* FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.Harm Weites2018-05-011-1/+1
* net: detect unstable network names and trigger a settle if neededRyan Harper2018-04-261-8/+4