Re: [Puppet Users] Re: Keeping compile masters consistent

2016-06-14 Thread Geoff Galitz
Cool.. I'm specifically interested in knowing how people deal with compile servers that do not update their local version of the puppet tree properly and how to prevent them serving stale or broken catalogs. -G On Tue, Jun 14, 2016 at 1:42 PM, Peter M Souter wrote: > I've seen a few ways of

[Puppet Users] Re: Keeping compile masters consistent

2016-06-14 Thread Peter M Souter
I've seen a few ways of doing this: - Running lsyncd to watch for changes to code on the MoM - Rsync task on demand when the master is updated, maybe with something like incrond or just with scripting or Jenkins tasks - The R10K mco task from acidprime/r10k https://github.com/acidprime/r10k#mcol