Re: [Puppet Users] Atomicity of updates on the Puppet master

2012-07-29 Thread Trevor Vaughan
If you update any server side functions or native types then I would restart the PM or httpd if you're running Passenger. The PM is *supposed* to note all new updates but I've seen cases where this does not always happen. For anything that's a pure manifest, I have not had an issue. Trevor On F

[Puppet Users] Atomicity of updates on the Puppet master

2012-07-29 Thread Mitchell Hashimoto
Hello, I'm currently setting up some scripts that will pull in new data for Puppet master (modules, manifests, hiera data, etc.) from a Git repository. It works great! However, I'm concerned about atomicity of the whole thing. Does the Puppet master cache the modules/manifests when it starts? If