diff --git a/Servers & Workflows/Linux/Automation/Puppet/Puppet Deployment.md b/Servers & Workflows/Linux/Automation/Puppet/Puppet Deployment.md index 5d665b2..2b5100d 100644 --- a/Servers & Workflows/Linux/Automation/Puppet/Puppet Deployment.md +++ b/Servers & Workflows/Linux/Automation/Puppet/Puppet Deployment.md @@ -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 +```