summaryrefslogtreecommitdiff
path: root/cloudinit/distros
AgeCommit message (Expand)Author
2020-03-26add Openbsd support (#147)Gonéri Le Bouder
2020-03-25distros/tests/test_init: add tests for _get_package_mirror_info (#272)Daniel Watkins
2020-03-24freebsd: ensure package update works (#273)Gonéri Le Bouder
2020-03-14util/netbsd: drop six usage (#252)Daniel Watkins
2020-03-12Add Netbsd support (#62)Gonéri Le Bouder
2020-02-03sysconfig: distro-specific config rendering for BOOTPROTO option (#162)Robert Schweikert
2020-01-31cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins
2020-01-21Drop most of the remaining use of six (#179)Daniel Watkins
2020-01-16util: rename get_architecture to get_dpkg_architecture (#173)Daniel Watkins
2020-01-16Ensure util.get_architecture() runs only once (#172)Ryan Harper
2020-01-14freebsd: remove superflu exception mapping (#166)Gonéri Le Bouder
2020-01-07freebsd: fix create_group() cmd (#146)Gonéri Le Bouder
2019-12-20freebsd: introduce the freebsd renderer (#61)Gonéri Le Bouder
2019-12-18cloud-init: fix capitalisation of SSH (#126)Daniel Watkins
2019-12-17Partially revert "fix unlocking method on FreeBSD" (#116)Daniel Watkins
2019-12-12fix unlocking method on FreeBSDIgor Galić
2019-12-06Add an Amazon distro in the redhat OS familyFrederick Lefebvre
2019-11-26set_passwords: support for FreeBSD (#46)Igor Galić
2019-11-13distro: correctly set usr_lib_exec path for FreeBSD distro (#40)Igor Galić
2019-09-27debian/ubuntu: add missing word to netplan/ENI headerDaniel Watkins
2019-08-16cloudinit/distros/parsers/sys_conf: add docstring to SysConfDaniel Watkins
2019-08-14distros: fix confusing variable namesDaniel Watkins
2019-07-17net: update net sequence, include wait on netdevs, opensuse netrules pathRyan Harper
2019-07-16Support netplan renderer in Arch LinuxConrad Hoffmann
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