I have a Puppet server with 10 agents on CentOS 6.6. To update agents with last manifests changes I use this command on agents:
puppet agent --no-daemonize --onetime --verbose
So when I make a change in puppet server I need to access all agents and run this commands. I want to know if there is a command which I can run in Puppet server to update all agents with last manifests changes. Thanks