Update Servers & Workflows/Linux/Automation/Puppet/Puppet Deployment.md

This commit is contained in:
2024-10-03 23:04:25 -06:00
parent d32f2d8394
commit 125eb27029

View File

@ -323,4 +323,4 @@ sudo /opt/puppetlabs/bin/puppet agent -t
``` ```
!!! success "Puppet Server Deployed and Validated" !!! success "Puppet Server Deployed and Validated"
Congradulations! You have successfully deployed an entire Puppet Server, as well as integrated Gitea and r10k to deploy environment changes in a versioned environment, as well as validated functionality against a managed device using the agent (such as a laptop / spare desktop). If you got this far, be proud, because it took me over 12 hours to learn this far and document what I learned to get here. Congradulations! You have successfully deployed an entire Puppet Server, as well as integrated Gitea and r10k to deploy environment changes in a versioned environment, as well as validated functionality against a managed device using the agent (such as a spare laptop/desktop). If you got this far, be proud, because it took me over 12 hours write this documentation allowing you to deploy a server in less than 30 minutes.