Issue #3045 has been updated by James Turnbull. Category set to ralsh Status changed from Unreviewed to Accepted Target version set to 0.25.5
---------------------------------------- Bug #3045: Uppercase tags in exported resource http://projects.reductivelabs.com/issues/3045 Author: Brendan Beveridge Status: Accepted Priority: Normal Assigned to: Category: ralsh Target version: 0.25.5 Affected version: 0.25.1 Keywords: Branch: When creating an exported resource using: @@file { "/etc/cluster_nodes/$hostname": content => "${ipaddress}\n", tag => "exportedClusterNodes" } Collecting it doesnt work (ie as if its not there) File <<| tag == 'exportedClusterNodes' |>> However using the same config above but with all lower case tag works fine. @@file { "/etc/cluster_nodes/$hostname": content => "${ipaddress}\n", tag => "exportedclusternodes" } File <<| tag == 'exportedclusternodes' |>> -- 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://reductivelabs.com/redmine/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.
