DreamBig
2013-Jan-21 08:21 UTC
[Puppet Users] Using different puppet manifests running from master..
Hi, I am new to puppet. I have a requirement of having to install different applications on different instances on the same machine. I want to run it from puppet master instead of running puppet agent -t. How can this be done? Can someone help me with a pseudo code? Regards, Rajeev -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Anadi Misra
2013-Jan-21 09:33 UTC
[Puppet Users] Re: Using different puppet manifests running from master..
what do you exactly mean by "different applications on different instances on the same machine"? elaborate . BR/ Anadi Misra. On Monday, 21 January 2013 13:51:19 UTC+5:30, Rajeev Iyer wrote:> > Hi, > > I am new to puppet. I have a requirement of having to install > different applications on different instances on the same machine. I > want to run it from puppet master instead of running puppet agent -t. > How can this be done? > Can someone help me with a pseudo code? > > Regards, > Rajeev >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/OywGdfs3qzMJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
jcbollinger
2013-Jan-22 16:48 UTC
[Puppet Users] Re: Using different puppet manifests running from master..
On Monday, January 21, 2013 2:21:19 AM UTC-6, Rajeev Iyer wrote:> > Hi, > > I am new to puppet. I have a requirement of having to install > different applications on different instances on the same machine. I > want to run it from puppet master instead of running puppet agent -t. > How can this be done? > Can someone help me with a pseudo code? > >The details of what you want to do are unclear, but as a high-level answer I can certainly say that the Puppet''s "master" face does not apply changes to nodes under any circumstances. That is the role of the "agent" face if you are using a central manifest store and catalog compiler (a.k.a. a master), or of the "apply" face if you want to compile manifests locally on the node to which they will be applied. The "agent" or "apply" runs on the node being configured, as is pretty much necessary for many of the management behaviors in Puppet''s repertoire. If you explain your problem and target environment a bit more then we may be able to help you choose a viable approach. John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/KLOnVcz4f4IJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.