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 return a different catalog without that class.

But, this kind of defeats the purpose of puppet. It has idempotency, so
whether you apply a catalog with that class once or a thousand times, your
results should always be the same. If it's not, you may be relying on Execs
too much over other resource types that are better suited to your needs.


Rob Nelson
rnels...@gmail.com

On Tue, Jun 7, 2016 at 4:21 AM, Christoph <christoph.adom...@gatworks.de>
wrote:

> Hi there,
>
> I want to run a whole puppet class only once when provisioning a system
> for the first time.
>
> Unfortunately I do not find a way to do this.
>
> I know how to run commands once using onlyif or unless or creates, but
> what about running a whole class ?
>
> Thanks
>   Christoph
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to puppet-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/81d340b3-3ea9-4c57-8603-e1d5ba03d860%40googlegroups.com
> <https://groups.google.com/d/msgid/puppet-users/81d340b3-3ea9-4c57-8603-e1d5ba03d860%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAC76iT8GbVZidX%3Dr7x4x32P4Q47-AyTNuRcQho%3DD0g_LRcimjA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to