From 80d9397207607aa599cc45cedb65784fa8e3cbe3 Mon Sep 17 00:00:00 2001 From: aquister Date: Thu, 23 Mar 2017 13:45:30 +0100 Subject: [PATCH] added mgmt to configuration management section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c17b33f..af31813 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [Ansible](http://www.ansible.com/) - It's written in Python and manages the nodes over SSH. * [CFEngine](http://cfengine.com/) - Lightweight agent system. Configuration state is specified via a declarative language. * [Chef](http://www.opscode.com/chef/) - It's written in Ruby and Erlang and uses a pure-Ruby DSL. +* [mgmt](https://github.com/purpleidea/mgmt) - Next generation config management written in Go. * [Pallet](http://palletops.com/) - Infrastructure definition, configuration and management via a Clojure DSL. * [Puppet](http://puppetlabs.com/) - It's written in Ruby and uses Puppet's declarative language or a Ruby DSL. * [(R)?ex](https://www.rexify.org/) - It's written in Perl and use plain Perl, over SSH without agent.