[Puppet Users] checking puppet run status of node A during puppet run of node B

2013-04-29 Thread Schofield
I have some middleware where the successful configuration of node B is dependent on the successful configuration of node A. Node B must pull additional information from node A during its configuration. Is there any built in functionality in puppet for checking the completion status of other

Re: [Puppet Users] checking puppet run status of node A during puppet run of node B

2013-04-29 Thread Keith Burdis
I don't believe there is any existing Puppet functionality that does this though the Capabilities armaturehttps://github.com/puppetlabs/armatures/blob/master/arm-6.capabilities/capabilities.md discusses a potential future solution. You might find