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

This commit is contained in:
2024-10-02 21:25:21 -06:00
parent 1edf8dcfd0
commit 120a4809c0

View File

@ -79,3 +79,8 @@ node 'lab-puppet-01.bunny-lab.io' {
include puppetdb::master::config include puppetdb::master::config
} }
``` ```
Finally, we want to apply the configuration changes we made:
``` sh
sudo puppet agent -t
```