index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
config
/
cc_puppet.py
Age
Commit message (
Expand
)
Author
2020-07-13
Fix two minor warnings (#475)
Daniel Watkins
2020-06-08
Move subp into its own module. (#416)
Scott Moser
2020-01-31
cloudinit: replace "from six import X" imports (except in util.py) (#183)
Daniel Watkins
2019-10-31
cc_puppet: Implement csr_attributes.yaml support
Matthias Baur
2019-10-17
replace any deprecated log.warn with log.warning
Dominic Schlegel
2018-03-26
cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirs
Chad Smith
2018-03-16
cc_snap: Add new module to install and configure snapd and snap packages.
Chad Smith
2018-02-26
Implement puppet 4 support
Romanos Skiadas
2017-08-23
cc_landscape & cc_puppet: Fix six.StringIO use in writing configs
Chad Smith
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-09-30
Improve module documentation and doc cleanup.
Wesley Wiedenmeier
2016-03-03
Update pep8 runner and fix pep8 issues
Ryan Harper
2015-01-27
Respond to review:
Barry Warsaw
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2013-01-27
Adding package versioning logic to package_command
Craig Tracey
2012-12-13
Provide a mechanism for puppet to be conditionally installed.
Craig Tracey
2012-10-27
Helpful cleanups.
harlowja
2012-08-22
fix pep8 complaints.
Scott Moser
2012-06-21
1. Renames for debug message from 'transform' to 'module'
harlowja
2012-06-20
Massive pylint + pep8 fixups!
Joshua Harlow
2012-06-20
The 'cfg' module has been removed and moved to 'helpers' to avoid confusion. ...
Joshua Harlow