summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_puppet.py
AgeCommit message (Expand)Author
2020-07-13Fix two minor warnings (#475)Daniel Watkins
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-01-31cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins
2019-10-31cc_puppet: Implement csr_attributes.yaml supportMatthias Baur
2019-10-17replace any deprecated log.warn with log.warningDominic Schlegel
2018-03-26cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirsChad Smith
2018-03-16cc_snap: Add new module to install and configure snapd and snap packages.Chad Smith
2018-02-26Implement puppet 4 supportRomanos Skiadas
2017-08-23cc_landscape & cc_puppet: Fix six.StringIO use in writing configsChad Smith
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-09-30Improve module documentation and doc cleanup.Wesley Wiedenmeier
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2015-01-27Respond to review:Barry Warsaw
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2013-01-27Adding package versioning logic to package_commandCraig Tracey
2012-12-13Provide a mechanism for puppet to be conditionally installed.Craig Tracey
2012-10-27Helpful cleanups.harlowja
2012-08-22fix pep8 complaints.Scott Moser
2012-06-211. Renames for debug message from 'transform' to 'module'harlowja
2012-06-20Massive pylint + pep8 fixups!Joshua Harlow
2012-06-20The 'cfg' module has been removed and moved to 'helpers' to avoid confusion. ...Joshua Harlow