index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
config
/
cc_landscape.py
Age
Commit message (
Expand
)
Author
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
2017-12-15
lint: Fix lints seen by pylint version 1.8.1.
Chad Smith
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-04
Apply pep8, pyflakes fixes for python2 and 3
Scott Moser
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2013-03-07
fix pep8 and pylint
Scott Moser
2013-03-07
merge from trunk
Scott Moser
2013-03-06
Continue working on merging code.
Joshua Harlow
2013-01-27
Adding package versioning logic to package_command
Craig Tracey
2012-10-27
Helpful cleanups.
harlowja
2012-10-23
Restart landscape at the end of the configuration
Thomas Hervé
2012-10-15
Skip install when there is not configuration, and install the package to be s...
Thomas Hervé
2012-09-05
Check if the config was specified
Thomas Hervé
2012-09-05
Add RUN=1 to the default file
Thomas Hervé
2012-06-22
Configobj should be a requirement now, and not optional,
harlowja
2012-06-21
Use RuntimeError subclass instead of top level Exception
Joshua Harlow
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
Renamed back to 'cc_*' with the reasoning being that 'cc_' provides
Joshua Harlow