Issue #8049 has been updated by James Turnbull. Status changed from Unreviewed to Needs Decision Assignee set to Nigel Kersten
---------------------------------------- Bug #8049: Cannot collect classes https://projects.puppetlabs.com/issues/8049 Author: Dan Bode Status: Needs Decision Priority: Normal Assignee: Nigel Kersten 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.
