On Mon, 03 Jan 2011, James Ralston wrote: > So, here's my question: if you are currently using the "svn update" > approach to manage /etc/puppet on the puppetmaster, have you taken > conscious steps to help avoid a race condition? If so, what are they? > And if not, why not?
I made a conscious decision not to worry about this. I don't expect any consequences worse than compile errors (when some but not all of a set of mutually-dependent files are updated) or the use of an old version of a file. If it proves to be a problem in practice, then I'll probably use a symlink to switch atomically between two working copies. --apb (Alan Barrett) -- 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.
