Update Servers & Workflows/Linux/Automation/Puppet/Puppet Deployment.md
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user