From 0ef9f7332377c52d25ed193473c9d45737c409ae Mon Sep 17 00:00:00 2001 From: Hunter Hutchinson Date: Fri, 27 Jun 2014 10:03:41 -0400 Subject: [PATCH] Add Pallet to Configuration Management section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58fecf6..b533b48 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [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. * [Fabric](http://www.fabfile.org/) - Python library and cli tool for streamlining the use of SSH for application deployment or systems administration tasks. +* [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. * [Salt](http://www.saltstack.com/) - It's written in Python. * [Slaughter](http://steve.org.uk/Software/slaughter/) - It's written in Perl.