Update Servers & Workflows/Linux/Automation/Puppet/Puppet Deployment.md
This commit is contained in:
@ -79,3 +79,8 @@ node 'lab-puppet-01.bunny-lab.io' {
|
||||
include puppetdb::master::config
|
||||
}
|
||||
```
|
||||
|
||||
Finally, we want to apply the configuration changes we made:
|
||||
``` sh
|
||||
sudo puppet agent -t
|
||||
```
|
||||
|
Reference in New Issue
Block a user