I'm having an issue where attempts to collect exported resources of defined types fails, when following the instructions here for how to connect stand alone nodes to puppetdb
https://puppet.com/docs/puppetdb/7/connect_puppet_apply.html#manage-routesyamlVery concise example is:
fab01:~# cat example.pp
define example (
) {
}
@@example {"example":
}
Example <<| |>>
fab01:~# puppet apply --confdir=/opt/cat/puppet/etc/puppet example.pp
Error: Could not find type Example on node fab01.cecs.pdx.eduThe failure seems rooted in the ral resource indirector, example routes.yaml:
---
apply:
catalog:
terminus: compiler
cache: puppetdb
resource:
terminus: ral
cache: puppetdb
facts:
terminus: facter
cache: puppetdb_apply
Thanks,
Sage Imel