I have a puppet manifest that copies a .deb file from the puppet master(server) to the puppet client and installs it on the client. I am using the pull model sudo puppetd --server puppet-mydomain.com --no-daemonize --verbose It works perfectly. However, even after searching extensively on the forums, I could not find a way for the puppet server to push the updates on its own. Essentially, 1. Is there a way for me to execute the manifest from the server that gets applied to all the clients?
- How can I make the server do this periodically on its own say every 10 minutes.