Hi,
I just noticed that a problem I had in my manifests -- when talking to
puppetdb -- were tags that contained upper-case letters. The tag is stored
downcased, but the query is the original (non-matching) casing.
Example:
file { "/tmp/test": ensure => present tag => "pdsh::node::ABC" }
File <<| tag == 'pdsh::node::ABC' |>>
Normal storeconfigs collect the resource, storeconfig_backend puppetdb
doesn't.
Best Regards, David
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" 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-dev?hl=en.