Michael, I'll try and help.  I had a set of servers at my last employer
where I had to run two separate agents from cron.  That particular team had
been using Puppet to manage an application which was no longer being
actively developed and was on life support.

Therefore, when I deployed Puppet across the entire company I set up those
machines to have two separate agent runs with different Puppetmasters.  I
ran two separate crons with separate names so the two Puppets wouldn't
conflict.  I manually set the --server, --logdest, --vardir, and --ssldir
directives (--ssldir may be extraneous if your local config is $vardir/ssl)
on the cronjob's command line.  I had no issues running them separately,
keep in mind though that it might get hairier if you try and run two
different Puppet versions.  I never tried doing that.

Good luck, and I hope this helps.
Jeffrey.



On Wed, Feb 20, 2013 at 11:22 AM, Michael Hüttermann <
mich...@huettermann.net> wrote:

> Hello,
>
> can I run two different Puppet agents on one node listening to two
> different Masters?
>
> Thank you for your help.
>
>
> Best regards
>
> Michael
>
> --
> 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 post to this group, send email to puppet-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/puppet-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to