Re: [Puppet Users] Run Puppet Class only once

2016-06-08 Thread dkoleary
Hey; I don't know if this matches the OP's scenario; but, I've been contemplating something similar during provisioning. To provide context, as you can probably tell from my other posts, I'm just rolling out puppet server after a long absence and even then wasn't exactly an expert. Like most

Re: [Puppet Users] Run Puppet Class only once

2016-06-07 Thread Dan White
Can you provide more detail on exactly what you want to do ? A generic how-to request does not work in this instance. Dan White | d_e_wh...@icloud.com “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that

Re: [Puppet Users] Run Puppet Class only once

2016-06-07 Thread Rob Nelson
Puppet doesn't run a class, it applies a manifest. If you apply the manifest once, either with `puppet apply somefile.pp` or `puppet agent -t` without the agent running as a service, your catalog will be applied just once. If you want to keep running puppet in the future, have your node classifier