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-routesyaml
Very 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.edu
The 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
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/puppet-users/f69d2c34-d5dd-4f93-9127-0e894e1bcb5bn%40googlegroups.com.