On Thu, Jun 10, 2010 at 2:31 PM, Mark <[email protected]> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<puppet-users%[email protected]> > . > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
