Issue #3045 has been updated by Gonçalo Queirós.

I have a similar problem (at least using sqlite).

@@file { "/etc/cluster_nodes/$hostname": vhostName => "foo"}
File <<| vhostName == 'foo' |>>

vhostName will be stored on the DB as vhostname, so latter on the filter will 
not grab it.
----------------------------------------
Bug #3045: Uppercase tags in exported resource
http://projects.puppetlabs.com/issues/3045

Author: Brendan Beveridge
Status: Accepted
Priority: Normal
Assigned to: 
Category: ralsh
Target version: 0.25.6
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://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.

Reply via email to