I'm writing a module in which nodes export a concat::fragment, collect all other nodes' analogous resource, and populate a config file (in this case, the krb5.conf for MIT Kerberos).
It seems that nodes are not able to collect their own resource, but they can collect every other resource, with a given tag. I've validated that all of the appropriate resources exist in the storeconfigs database. I've been doing some searching, and have read some things that suggest there might be a regression in this area, but I haven't found anything definitive. I know the documentation states that nodes can in fact collect their own exported resources, but I haven't been able to get this working. I've also tried it with just a plain "file" resource (rather than a concat::fragment), e.g. inside a given class: @@file { "/tmp/export-${::fqdn}": tag => "testexport", } File <<| tag == "testexport" |>> This also produces the same behavior. Thanks! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/huzwZYKfZs4J. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.