Issue #19114 has been updated by Klavs Klavsen. Status changed from Unreviewed to Closed
It seems I just misunderstood how ressource collectors work - they appearently are supposed to realize everything they match - and I can't find a way to NOT match, unrealized virtuals :( Closing ticket ---------------------------------------- Bug #19114: using resource collector for Package - makes puppet realize virtual packages https://projects.puppetlabs.com/issues/19114#change-82728 Author: Klavs Klavsen Status: Closed Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: I have had this: @package { "hpacucli": ensure =>present } in my nagios class for a long long while (since 0.24 :) Yesterday - now running Puppet 2.7.20 (yes - I'll switch to 3.x soon :) - I converted to using ressource collectors - by adding this to my yum module: Class['yum'] -> Package <| tag != yumreq |> That works as it should - BUT puppet now realizes (automagicly) the hpacucli package :( -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
