Am 17.08.2016 um 05:14 schrieb megha sharma:

> How does puppet push model works for application deployment. It should
> be done in such a way that deployment happens only when required and
> the same should be initiated from puppet master.

It's not really push. Puppet agent runs on each node and connects to the
master every 30 minutes (default), asking for its configuration. So you
need to change the nodes configuration on the master, so that it gets it
next time it connects.

To simulate a push, you'd need to setup mcollective on both master and
nodes. You can then initiate an agent run remotely, from the master.

HTH...

    Dirk
-- 

*Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions
*Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach
*Tel*: +49 2226 1596666 (Ansage) 1149
*Email*: d...@recommind.com <mailto:d...@recommind.com>
*Skype*: dirk.heinrichs.recommind
www.recommind.com <http://www.recommind.com>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/4ac46dcb-9957-0d14-93f2-72775868e45a%40recommind.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to