Storeconfigs_backend

Hi everyone!
it’s not issue or problem. I have some question.
is it possible to point out value - “foreman” instead of puppetdb, for this parameter storeconfigs-backend ?

Problem:

Expected outcome:

Foreman and Proxy versions:

Foreman and Proxy plugin versions:

Other relevant data:
[e.g. logs from Foreman and/or the Proxy, modified templates, commands issued, etc]

No, but you can use the foreman puppet function (https://github.com/theforeman/puppet-foreman/blob/master/lib/puppet/parser/functions/foreman.rb) to do the same like puppetdb_query which I prefer in bigger environments where exported resources can be very slow.

There’s a blog post about that: Foreman :: update - Getting Foreman search results into your Puppet manifest

Thanks a lot for answer/advice!