From ff063bd0d29018a43d1c744249dde8e9f4fb5516 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