summaryrefslogtreecommitdiff
path: root/cloudinit/config
AgeCommit message (Expand)Author
2018-09-08config: disable ssh access to a configured user accountChad Smith
2018-09-05tests: Disallow use of util.subp except for where needed.Scott Moser
2018-09-01Add unit tests for config/cc_ssh.pyFrancis Ginther
2018-07-21pylint: Fix pylint warnings reported in pylint 2.0.0.Scott Moser
2018-07-09docs: note in rtd about avoiding /tmp when writing filesChad Smith
2018-06-28docs: Fix a small spelling error.Oz N Tiram
2018-06-19docs: represent sudo:false in docs for user_groups config moduleChad Smith
2018-06-15lxd: Delete default network and detach device if lxd-init created them.Scott Moser
2018-05-29pyflakes: fix unused variable references identified by pyflakes 2.0.0.Scott Moser
2018-05-23yaml_load/schema: Add invalid line and column nums to error messageChad Smith
2018-05-22cc_mounts: Do not add devices to fstab that are already present.Lars Kellogg-Stedman
2018-05-17read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser
2018-05-16flake8: fix flake8 errors in previous commit.Scott Moser
2018-05-16typos: Fix spelling mistakes in cc_mounts.py log messagesStephen Ford
2018-05-01FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.Harm Weites
2018-04-26net: detect unstable network names and trigger a settle if neededRyan Harper
2018-04-20schema: in validation, raise ImportError if strict but no jsonschema.Scott Moser
2018-04-20set_passwords: Add newline to end of sshd config, only restart if updated.Scott Moser
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-04-18Schema: do not warn on duplicate items in commands.Scott Moser
2018-04-18net: Depend on iproute2's ip instead of net-tools ifconfig or routeChad Smith
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-04-03correct documentation to match correct attribute name usage.Dominic Schlegel
2018-04-02cc_resizefs, util: handle no /dev/zfsRyan Harper
2018-03-27FreeBSD: resizefs module now able to handle zfs/zpool.Dominic Schlegel
2018-03-26cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirsChad Smith
2018-03-23tests: Fix newly added schema unit tests to skip if no jsonschema.Scott Moser
2018-03-22ubuntu-advantage: Add new config module to support ubuntu-advantage-toolsChad Smith
2018-03-16tests: fix flakes warning for unused variableChad Smith
2018-03-16tests: patch leaked stderr messages from snap unit testsChad Smith
2018-03-16cc_snap: Add new module to install and configure snapd and snap packages.Chad Smith
2018-03-15doc: fix all warnings issued by 'tox -e doc'Scott Moser
2018-03-14set_hostname: When present in metadata, set it before network bringup.Chad Smith
2018-03-08Make salt minion module work on FreeBSD.Dominic Schlegel
2018-03-02Change some list creation and population to literal.Rémy Léone
2018-02-26Implement puppet 4 supportRomanos Skiadas
2018-02-23salt: configure grains in grains file rather than in minion config.Daniel Wallace
2018-01-26Fix potential cases of uninitialized variables.Chad Smith
2018-01-24docs: Fix typos in docs and one debug message.aRkadeFR
2018-01-24btrfs: support resizing if root is mounted ro.Robert Schweikert
2017-12-15lint: Fix lints seen by pylint version 1.8.1.Chad Smith
2017-11-16ntp: fix configuration template rendering for openSUSE and SLESChad Smith
2017-11-10hosts: Fix openSUSE and SLES setup for /etc/hosts and clarify docs.Robert Schweikert
2017-11-10rh_subscription: Perform null checks for enabled and disabled repos.Dave Mulford
2017-10-23resizefs: Fix regression when system booted with root=PARTUUID=Chad Smith
2017-10-20citest: fix remaining warnings raised by integration tests.Scott Moser
2017-10-20ntp: fix config module schema to allow empty ntp configChad Smith
2017-10-18schema: Log debug instead of warning when jsonschema is not available.Scott Moser
2017-10-03suse: Support addition of zypper repos via cloud-config.Robert Schweikert