On Fri, Nov 1, 2013 at 2:03 PM, Tom Noonan <[email protected]> wrote: > Can the list please advise on what best practice is in this > case? >
Hi Tom, The puppetlabs/stdlib module includes the ensure_packages() and ensure_resource() functions. Both are intended for expressing common resources which will only be included in your catalog if they're not already in it. You can read more about it here: http://forge.puppetlabs.com/puppetlabs/stdlib -- Ryan Coleman | Modules & Forge | ryanycoleman on twitter & #puppet IRC -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAFkZv1v0R1RTJiOJdwEs845GWzFvJm5DpqWwpmKYj7HC%3DnM62w%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
