We have a server where the OS and base services are managed by an external company. They use puppet to handle this. We would also like to use puppet to manage the configuration of the server for which we are responsible, mostly apache virtual hosts. Is it possible to get the puppetd process to use multiple puppet masters? Or if this is not possible, would there be any issues with running multiple puppetd processes on the same server, each connecting to a different puppet master? Thanks in advance Mark -- 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.
Nigel Kersten
2010-Jun-10 21:53 UTC
Re: [Puppet Users] Client connecting to 2 puppet masters
On Thu, Jun 10, 2010 at 2:31 PM, Mark <mark@digital-morphosis.com> wrote:> We have a server where the OS and base services are managed by an > external company. They use puppet to handle this. > > We would also like to use puppet to manage the configuration of the > server for which we are responsible, mostly apache virtual hosts. > > Is it possible to get the puppetd process to use multiple puppet > masters? > > Or if this is not possible, would there be any issues with running > multiple puppetd processes on the same server, each connecting to a > different puppet master? >So long as they''re not treading on each other''s resources, you should be ok. You can define your own config file for puppet in another location and invoke it with puppetd --config=/path/to/my/puppet.conf which will let you set a diferent vardir etc location so you''re not stomping on each other.> > Thanks in advance > > Mark > > -- > 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<puppet-users%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > >-- nigel -- 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.