That looks like a custom type that isn't being loaded on the client, rather than a StoreConfig error to me. The effect of the PostgreSQL bug should only have been to miss resources when collecting, not to generate a catalog that didn't do the right thing.
Daniel On Tue, Oct 4, 2011 at 15:32, Nigel Kersten <[email protected]> wrote: > Are you exporting resources with a postgresql backend Bruno? > > On Tue, Oct 4, 2011 at 2:36 PM, Bruno Leon <[email protected]> wrote: >> >> I don't if anybody is using the concat modules from ripienaar, >> but since an upgrade to 2.7.5 I keep getting an error on fragment >> collection. >> >> The code is like below: >> >> @@concat::fragment{ "${name}" : >> target => "/etc/bind/named.conf.keys", >> content => template("dns/named.conf.keys.erb"), >> order => 10, >> tag => 'dnskey' >> } >> >> Concat::Fragment <<| tag == 'dnskey' |>> >> >> err: Could not retrieve catalog from remote server: Error 400 on SERVER: >> Could not find type Concat::Fragment on node >> >> Is anybody facing the same kind of issue ? >> >> -- >> Bruno >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Users" 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-users?hl=en. >> > > > > -- > Nigel Kersten > Product Manager, Puppet Labs > > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" 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-users?hl=en. > -- ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ Made with 100 percent post-consumer electrons -- You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en.
