From 9960c110858c7e5830661971801dd9dce2c977f1 Mon Sep 17 00:00:00 2001 From: Dami <32749185+Darepapi@users.noreply.github.com> Date: Sun, 23 Dec 2018 23:27:48 +0100 Subject: [PATCH] Added 'Puppet is just designed' (#27531) The added line is just for ease understanding of the stuff Puppet is made of!!!! --- guide/english/developer-tools/puppet/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/developer-tools/puppet/index.md b/guide/english/developer-tools/puppet/index.md index 165ae84f12..482ede1375 100644 --- a/guide/english/developer-tools/puppet/index.md +++ b/guide/english/developer-tools/puppet/index.md @@ -5,6 +5,8 @@ title: Puppet Puppet is a configuration management tool that allows you to automate the configuration and management of your infrastructure. This helps you save time by automating repetitive tasks and ensuring your systems are kept in a desired state. +Puppet is just designed to manage the configuration of Unix-like and Microsoft Windows systems declaratively. + Puppet comes in two varieties, Puppet Enterprise and open source Puppet. The supported platforms include most Linux distributions, various UNIX platforms, and Windows. Puppet was developed by [Puppet Labs](https://puppet.com/company).