summaryrefslogtreecommitdiff
path: root/cloudinit/distros
Commit message (Expand)AuthorAgeFilesLines
* cloud-init: fix capitalisation of SSH (#126)Daniel Watkins2019-12-181-2/+2
* Partially revert "fix unlocking method on FreeBSD" (#116)Daniel Watkins2019-12-171-1/+1
* fix unlocking method on FreeBSDIgor Galić2019-12-121-1/+1
* Add an Amazon distro in the redhat OS familyFrederick Lefebvre2019-12-062-1/+27
* set_passwords: support for FreeBSD (#46)Igor Galić2019-11-262-0/+14
* distro: correctly set usr_lib_exec path for FreeBSD distro (#40)Igor Galić2019-11-131-0/+1
* debian/ubuntu: add missing word to netplan/ENI headerDaniel Watkins2019-09-272-7/+8
* cloudinit/distros/parsers/sys_conf: add docstring to SysConfDaniel Watkins2019-08-161-0/+7
* distros: fix confusing variable namesDaniel Watkins2019-08-142-38/+38
* net: update net sequence, include wait on netdevs, opensuse netrules pathRyan Harper2019-07-171-0/+2
* Support netplan renderer in Arch LinuxConrad Hoffmann2019-07-161-0/+14
* Update debian eni network configuration location, retain Ubuntu settingJanos Lenart2019-07-152-2/+17
* Support locking user with usermod if passwd is not available.Scott Moser2019-03-061-4/+9
* pylint: ignore warning assignment-from-no-return for _write_networkChad Smith2018-09-211-0/+4
* Remove dead-code _write_network distro implementations.Scott Moser2018-09-204-105/+3
* net_util: ensure static configs have netmask in translate_network resultThomas Berger2018-09-181-0/+19
* config: disable ssh access to a configured user accountChad Smith2018-09-081-2/+19
* sysconfig: refactor sysconfig to accept distro specific templates pathsRyan Harper2018-09-053-2/+25
* logging: Add logging config type hyperv for reporting via Azure KVPAndy Liu2018-08-241-1/+1
* Explicitly prevent `sudo` access for user moduleJacob Bednarz2018-06-192-2/+2
* pylint: pay attention to unused variable warnings.Scott Moser2018-04-192-2/+2
* pycodestyle: Fix invalid escape sequences in string literals.Scott Moser2018-04-181-3/+3
* Implement ntp client spec with auto support for distro selectionRyan Harper2018-04-123-0/+55
* FreeBSD: Set hostname to FQDN.Dominic Schlegel2018-03-151-0/+6
* Change some list creation and population to literal.Rémy Léone2018-03-022-7/+3
* Fix potential cases of uninitialized variables.Chad Smith2018-01-261-8/+3
* ec2: Use instance-identity doc for region and instance-idAndrew Jorgensen2017-12-111-8/+7
* cli: Add clean and status subcommandsChad Smith2017-12-051-5/+11
* Gentoo: Use "rc-service" rather than "service".ckonstanski2017-10-261-1/+1
* cloud-config modules: honor distros definitions in each moduleChad Smith2017-09-131-0/+4
* distro: allow distro to specify a default localeRyan Harper2017-08-302-23/+74
* suse: Add support for openSUSE and return SLES to a working state.Robert Schweikert2017-08-303-156/+218
* archlinux: Fix bug with empty dns, do not render 'lo' devices.Scott Moser2017-08-011-31/+59
* locale: Do not re-run locale-gen if provided locale is system default.Scott Moser2017-07-251-11/+37
* archlinux: fix set hostname usage of write_file.Joshua Powers2017-07-241-1/+1
* net: Allow for NetworkManager configurationRyan McCabe2017-06-121-0/+23
* rhel/centos spec cleanups.Scott Moser2017-06-082-1/+13
* FreeBSD: improvements and fixes for use on AzureHongjiang Zhang2017-05-102-16/+264
* pylint: fix all logging warningsJoshua Powers2017-04-217-38/+42
* Remove (and/or fix) URL shortener referencesJon Grimm2017-04-123-6/+5
* cloudinit.net: add network config v2 parsing and renderingRyan Harper2017-03-201-5/+11
* net: add renderers for automatically selecting the renderer.Scott Moser2017-03-173-19/+24
* net: do not raise exception for > 3 nameserversLars Kellogg-Stedman2017-03-071-4/+7
* Use dnf instead of yum when availableLars Kellogg-Stedman2017-01-121-7/+12
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-2217-295/+122
* user-groups: fix bug when groups was provided as string and had spacesScott Moser2016-12-191-9/+13
* when adding a user, strip whitespace from group listLars Kellogg-Stedman2016-12-031-1/+1
* Add support for snap create-user on Ubuntu Core images.Ryan Harper2016-10-201-0/+35
* Fix sshd restarts for rhel distros.Jim Gorz2016-10-191-0/+1
* Move user/group functions to new ug_util fileJoshua Harlow2016-10-192-269/+299