From 4ade8a43b17401df4dce0ac6066e422d0b5f9c42 Mon Sep 17 00:00:00 2001 From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com> Date: Tue, 9 Aug 2022 04:38:50 -0400 Subject: [PATCH] Add puppet resources Puppet documentation --- .../102-configuration-management/103-puppet.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/105-infrastructure-as-code/102-configuration-management/103-puppet.md b/content/roadmaps/102-devops/content/105-infrastructure-as-code/102-configuration-management/103-puppet.md index c8a7fdad9..00201f36e 100644 --- a/content/roadmaps/102-devops/content/105-infrastructure-as-code/102-configuration-management/103-puppet.md +++ b/content/roadmaps/102-devops/content/105-infrastructure-as-code/102-configuration-management/103-puppet.md @@ -1 +1,7 @@ -# Puppet \ No newline at end of file +# Puppet + +Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs administrative tasks (such as adding users, installing packages, and updating server configurations) based on a centralized specification. + +Puppet Website +Official Documentation +Introduction to Puppet