From fac59165389a482e76bd9edeb22fcbcd73fdc0c1 Mon Sep 17 00:00:00 2001 From: "Justin J. Janes" Date: Fri, 19 Jul 2019 07:58:30 -0700 Subject: [PATCH] =?UTF-8?q?Update=20Readme=20to=20include=20Puppet?= =?UTF-8?q?=E2=80=99s=20open=20source=20Bolt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bolt is akin to PDQ Deploy in the sense that you can run scripts against multiple client types to help configure nodes in an environment. Except that bolt is agentless too! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cfdd028..2489c80 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ * [GNU Make](http://www.gnu.org/software/make/) - The most popular automation build tool for many purposes. * [Gradle](http://gradle.org/) - Another build automation system. * [Rake](https://github.com/ruby/rake) - Build automation tool similar to Make, written in and extensible in Ruby. +* [Bolt](https://puppet.com/products/bolt) - You can use Bolt to run one-off tasks, scripts to automate the provisioning and management of some nodes, you can use Bolt to move a step beyond scripts, and make them shareable. ## Backups