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

This commit is contained in:
2024-10-03 22:01:59 -06:00
parent 404cea25c7
commit 377bbee72c

View File

@ -24,17 +24,12 @@ systemctl enable --now puppetserver
# Validate Successful Deployment # Validate Successful Deployment
exec bash exec bash
puppetserver -v puppetserver -v
# Open Necessary Firewall Port for Agent Communication
sudo firewall-cmd --add-port=8140/tcp --permanent
sudo firewall-cmd --add-port=8081/tcp --permanent
sudo firewall-cmd --reload
``` ```
### Install Puppet Agent ### Install Puppet Agent
**Installation Scope**: Puppet Server / Managed Devices **Installation Scope**: Puppet Server / Managed Devices
``` sh ``` sh
# Install Puppet Agent # Install Puppet Agent (This will already be installed on the Puppet Server)
sudo yum install -y puppet-agent sudo yum install -y puppet-agent
# Enable the Puppet Agent # Enable the Puppet Agent