From ace5a9d6691ff384c73460720db5d34c2811b952 Mon Sep 17 00:00:00 2001 From: Julia Benton Date: Sun, 23 Dec 2018 17:40:44 -0500 Subject: [PATCH] Replaced comma with colon in line 8 (#31601) --- guide/english/developer-tools/puppet/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/developer-tools/puppet/index.md b/guide/english/developer-tools/puppet/index.md index 482ede1375..1ea3ec5dc9 100644 --- a/guide/english/developer-tools/puppet/index.md +++ b/guide/english/developer-tools/puppet/index.md @@ -5,9 +5,9 @@ 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 is 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 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).