Issue #8049 has been updated by eric sorenson. Status changed from Needs Decision to Needs More Information Assignee changed from eric sorenson to Dan Bode
Dan can you verify if this is still not working under 3.x? There have been lots of correctness fixes in late 2.7.x that may have affected this. ---------------------------------------- Bug #8049: Cannot collect classes https://projects.puppetlabs.com/issues/8049#change-67131 Author: Dan Bode Status: Needs More Information Priority: Normal Assignee: Dan Bode Category: Target version: Affected Puppet version: Keywords: Branch: Hi, I have started using the following syntax to build optional relationships (depend of something if it exists) <pre> Mysql::Db[$name] -> Package<| title == "nova-common" |> </pre> During this process I discovered that collection does not work for classes: <pre> Nova_network[$name] ~> Class<| title == 'nova::db' |> </pre> I get the following error: <pre> Resource type class doesn't exist at /vagrant/modules/nova/manifests/manage/network.pp:6 on node controller </pre> This was observed on 2.6.8 -- 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
