summaryrefslogtreecommitdiff
path: root/cloudinit/distros
AgeCommit message (Expand)Author
2019-07-15Update debian eni network configuration location, retain Ubuntu settingJanos Lenart
2019-03-06Support locking user with usermod if passwd is not available.Scott Moser
2018-09-21pylint: ignore warning assignment-from-no-return for _write_networkChad Smith
2018-09-20Remove dead-code _write_network distro implementations.Scott Moser
2018-09-18net_util: ensure static configs have netmask in translate_network resultThomas Berger
2018-09-08config: disable ssh access to a configured user accountChad Smith
2018-09-05sysconfig: refactor sysconfig to accept distro specific templates pathsRyan Harper
2018-08-24logging: Add logging config type hyperv for reporting via Azure KVPAndy Liu
2018-06-19Explicitly prevent `sudo` access for user moduleJacob Bednarz
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-04-18pycodestyle: Fix invalid escape sequences in string literals.Scott Moser
2018-04-12Implement ntp client spec with auto support for distro selectionRyan Harper
2018-03-15FreeBSD: Set hostname to FQDN.Dominic Schlegel
2018-03-02Change some list creation and population to literal.Rémy Léone
2018-01-26Fix potential cases of uninitialized variables.Chad Smith
2017-12-11ec2: Use instance-identity doc for region and instance-idAndrew Jorgensen
2017-12-05cli: Add clean and status subcommandsChad Smith
2017-10-26Gentoo: Use "rc-service" rather than "service".ckonstanski
2017-09-13cloud-config modules: honor distros definitions in each moduleChad Smith
2017-08-30distro: allow distro to specify a default localeRyan Harper
2017-08-30suse: Add support for openSUSE and return SLES to a working state.Robert Schweikert
2017-08-01archlinux: Fix bug with empty dns, do not render 'lo' devices.Scott Moser
2017-07-25locale: Do not re-run locale-gen if provided locale is system default.Scott Moser
2017-07-24archlinux: fix set hostname usage of write_file.Joshua Powers
2017-06-12net: Allow for NetworkManager configurationRyan McCabe
2017-06-08rhel/centos spec cleanups.Scott Moser
2017-05-10FreeBSD: improvements and fixes for use on AzureHongjiang Zhang
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-04-12Remove (and/or fix) URL shortener referencesJon Grimm
2017-03-20cloudinit.net: add network config v2 parsing and renderingRyan Harper
2017-03-17net: add renderers for automatically selecting the renderer.Scott Moser
2017-03-07net: do not raise exception for > 3 nameserversLars Kellogg-Stedman
2017-01-12Use dnf instead of yum when availableLars Kellogg-Stedman
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-12-19user-groups: fix bug when groups was provided as string and had spacesScott Moser
2016-12-03when adding a user, strip whitespace from group listLars Kellogg-Stedman
2016-10-20Add support for snap create-user on Ubuntu Core images.Ryan Harper
2016-10-19Fix sshd restarts for rhel distros.Jim Gorz
2016-10-19Move user/group functions to new ug_util fileJoshua Harlow
2016-08-22Fix Gentoo net config generationMatthew Thode
2016-08-18distros: fix get_primary_arch method use of os.unameAndrew Jorgensen
2016-07-13merge from trunkScott Moser
2016-07-13pass the return back up, shorten lines some.Scott Moser
2016-07-13ConfigDrive: write 'injected' files and legacy networkingScott Moser
2016-06-28distros/debian.py: fix calling of eni renderer to not render link filesScott Moser
2016-06-20add a header to rendered ENI file describing its contentScott Moser
2016-06-20do not render systemd.link files on debian.Scott Moser
2016-06-15merge with trunkScott Moser
2016-06-15fix some errors reported by pylintScott Moser
2016-06-15Fixup code review commentsJoshua Harlow