Age | Commit message (Expand) | Author |
2018-06-19 | Explicitly prevent `sudo` access for user module | Jacob Bednarz |
2018-04-19 | pylint: pay attention to unused variable warnings. | Scott Moser |
2018-04-18 | pycodestyle: Fix invalid escape sequences in string literals. | Scott Moser |
2018-04-12 | Implement ntp client spec with auto support for distro selection | Ryan Harper |
2018-03-15 | FreeBSD: Set hostname to FQDN. | Dominic Schlegel |
2018-03-02 | Change some list creation and population to literal. | Rémy Léone |
2018-01-26 | Fix potential cases of uninitialized variables. | Chad Smith |
2017-12-11 | ec2: Use instance-identity doc for region and instance-id | Andrew Jorgensen |
2017-12-05 | cli: Add clean and status subcommands | Chad Smith |
2017-10-26 | Gentoo: Use "rc-service" rather than "service". | ckonstanski |
2017-09-13 | cloud-config modules: honor distros definitions in each module | Chad Smith |
2017-08-30 | distro: allow distro to specify a default locale | Ryan Harper |
2017-08-30 | suse: Add support for openSUSE and return SLES to a working state. | Robert Schweikert |
2017-08-01 | archlinux: Fix bug with empty dns, do not render 'lo' devices. | Scott Moser |
2017-07-25 | locale: Do not re-run locale-gen if provided locale is system default. | Scott Moser |
2017-07-24 | archlinux: fix set hostname usage of write_file. | Joshua Powers |
2017-06-12 | net: Allow for NetworkManager configuration | Ryan McCabe |
2017-06-08 | rhel/centos spec cleanups. | Scott Moser |
2017-05-10 | FreeBSD: improvements and fixes for use on Azure | Hongjiang Zhang |
2017-04-21 | pylint: fix all logging warnings | Joshua Powers |
2017-04-12 | Remove (and/or fix) URL shortener references | Jon Grimm |
2017-03-20 | cloudinit.net: add network config v2 parsing and rendering | Ryan Harper |
2017-03-17 | net: add renderers for automatically selecting the renderer. | Scott Moser |
2017-03-07 | net: do not raise exception for > 3 nameservers | Lars Kellogg-Stedman |
2017-01-12 | Use dnf instead of yum when available | Lars Kellogg-Stedman |
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm |
2016-12-19 | user-groups: fix bug when groups was provided as string and had spaces | Scott Moser |
2016-12-03 | when adding a user, strip whitespace from group list | Lars Kellogg-Stedman |
2016-10-20 | Add support for snap create-user on Ubuntu Core images. | Ryan Harper |
2016-10-19 | Fix sshd restarts for rhel distros. | Jim Gorz |
2016-10-19 | Move user/group functions to new ug_util file | Joshua Harlow |
2016-08-22 | Fix Gentoo net config generation | Matthew Thode |
2016-08-18 | distros: fix get_primary_arch method use of os.uname | Andrew Jorgensen |
2016-07-13 | merge from trunk | Scott Moser |
2016-07-13 | pass the return back up, shorten lines some. | Scott Moser |
2016-07-13 | ConfigDrive: write 'injected' files and legacy networking | Scott Moser |
2016-06-28 | distros/debian.py: fix calling of eni renderer to not render link files | Scott Moser |
2016-06-20 | add a header to rendered ENI file describing its content | Scott Moser |
2016-06-20 | do not render systemd.link files on debian. | Scott Moser |
2016-06-15 | merge with trunk | Scott Moser |
2016-06-15 | fix some errors reported by pylint | Scott Moser |
2016-06-15 | Fixup code review comments | Joshua Harlow |
2016-06-10 | Fix the broken import and 'parse_net_config_data' function usage | Joshua Harlow |
2016-06-10 | Ensure renderer is used in rhel | Joshua Harlow |
2016-06-06 | Rebase against master | Joshua Harlow |
2016-05-31 | add renaming code for renaming interfaces | Scott Moser |
2016-05-25 | commit to push for fear of loss. | Scott Moser |
2016-05-19 | Remerge against head/master | Joshua Harlow |
2016-05-12 | Fix up a ton of flake8 issues | Joshua Harlow |
2016-05-10 | Move net/renderers -> net | Joshua Harlow |