[Buildbot-devel] The start of a puppet module for buildbot

Dustin J. Mitchell dustin at v.igoro.us
Mon Dec 31 04:19:12 UTC 2012


On Sun, Dec 30, 2012 at 10:48 PM, Jason Edgecombe
<jason at rampaginggeek.com> wrote:
> Are you talking about using a different install source for each instance? I
> already allow for multiple instances of masters and slaves in separate
> folders, but you have to use a different user for each instances of a master
> or slave.

Optionally, yes.  So

buildbot::slave::instance {
  production:
    ...,
    install => "/home/buildbot/production/install";
  production2:
    ...,
    install => "/home/buildbot/production/install";
}

Dustin




More information about the devel mailing list