Class['apt'] -> Package<| |>
Hi
Perhaps I'm confused but an ENC stores node definition and not collector nor dependencies...doesn't it?
Regards,
I need to convert my resource based system to ENC. It's mostly straightforward but I'm not sure how to handle operations like these:Class['apt'] -> Package<| |>
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/b6324c21-3725-480d-b2ab-33ee48577ba6%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You could set up this on the package class for example, although I don't know the "best practices" what say about that.
Regards
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/89c4d5d6-1f79-454c-8d22-1e1fb9ce15d6%40googlegroups.com.
Right. So how would I declare this dependency setup if I stop using node files?
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/89c4d5d6-1f79-454c-8d22-1e1fb9ce15d6%40googlegroups.com.
Then just setup a class and include it on the ENC node definition.
Regards,
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/d0568d5a-450f-45e3-9d4e-7d85e2e07d60%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/d0568d5a-450f-45e3-9d4e-7d85e2e07d60%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/52F0E059.7000602%40jasonantman.com.
I need to convert my resource based system to ENC.
It's mostly straightforward but I'm not sure how to handle operations like these:Class['apt'] -> Package<| |>