From 3898d24b9622b82bc5c68e9969ac5e9f3174e7f2 Mon Sep 17 00:00:00 2001 From: Corporte Gadfly Date: Fri, 20 Mar 2026 13:24:39 -0400 Subject: [PATCH] Update Puppet licensing description Clarified Puppet's licensing status in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06a5987..deb84cc 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This project is not representing any of these companies/trademark owners, nor is ### Commercial -- [Puppet](https://www.puppet.com) - Automation tools framework previously Open Core, now EULA-only. +- [Puppet](https://www.puppet.com) - Automation tools framework previously Open Source, now EULA-only (as Puppet Core). - [Puppet Agent](https://help.puppet.com/core/8/Content/PuppetCore/Markdown/agent.htm) - Agent to be installed on the managed nodes. - [Puppet Bolt](https://help.puppet.com/bolt/current/topics/bolt.htm) - Agent-less orchestration tool, to run tasks/scripts/commands on remote nodes through SSH or WinRM. - [PuppetDB](https://help.puppet.com/core/8/Content/PuppetCore/puppetdb_overview.htm) - Database for agent run reports storage and analysis.