Skip to content

Commit 74c8446

Browse files
committed
add Cloud-Init to DevOps Tools section
1 parent b2e6a7a commit 74c8446

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,11 +1036,10 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
10361036
* [SaltStack](https://github.com/saltstack/salt) - Infrastructure automation and management system.
10371037
* [OpenStack](http://www.openstack.org/) - Open source software for building private and public clouds.
10381038
* [Docker Compose](https://docs.docker.com/compose/) - Fast, isolated development environments using [Docker](https://www.docker.com/).
1039-
* [Fabric](http://www.fabfile.org/) - A simple, Pythonic tool for remote execution and deployment.
1039+
* [Cloud-Init](http://cloudinit.readthedocs.org/en/latest/) - A multi-distribution package that handles early initialization of a cloud instance.
10401040
* [cuisine](https://github.com/sebastien/cuisine) - Chef-like functionality for Fabric.
1041+
* [Fabric](http://www.fabfile.org/) - A simple, Pythonic tool for remote execution and deployment.
10411042
* [Fabtools](https://github.com/ronnix/fabtools) - Tools for writing awesome Fabric files.
1042-
* [gitapi](https://bitbucket.org/haard/gitapi) - Pure-Python API for Git.
1043-
* [hgapi](https://bitbucket.org/haard/hgapi) - Pure-Python API for Mercurial.
10441043
* [honcho](https://github.com/nickstenning/honcho) - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications.
10451044
* [pexpect](https://github.com/pexpect/pexpect) - Controlling interactive programs in a pseudo-terminal like GNU expect.
10461045
* [psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module.

0 commit comments

Comments
 (0)