Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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?

  1. How can I make the server do this periodically on its own say every 10 minutes.
share|improve this question
You might want to look into mcollective - I believe it does what you need. – Hamish Downer Nov 20 '12 at 11:32

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.