Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-18 | Apt: add new apt configuration format | Christian Ehrhardt | |
This adds an improved apt configuration format that is fully backwards compatible with previous behavior. This is mostly copied from curtin's implementation. It does: * clean up and centralizes many of the top level 'apt_*' values that previously existed into a single top level 'apt'key. * support a 'source' in apt/sources/entry that has only a key * documents new features and adds tests. See the added doc/examples/cloud-config-apt.txt for more information. | |||
2013-01-24 | Add docs which can be used on readthedocs.org | Joshua Harlow | |
Include a new set of docs that can be used to create a readthedocs.org site, which includes examples, directory layout, capabilities and such. This in-code documentation then allows for readthedocs.org to create a website directly from the cloud-init codebase. |