-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add trusted_external_command parameter #730
Labels
Comments
baurmatt
added a commit
to syseleven/puppet-puppet
that referenced
this issue
Mar 30, 2020
Make it possible to configure the 'trusted_external_command' parameter. https://puppet.com/docs/puppet/latest/configuration.html#trustedexternalcommand Fixes theforeman#730.
baurmatt
added a commit
to syseleven/puppet-puppet
that referenced
this issue
Apr 1, 2020
Make it possible to configure the 'trusted_external_command' parameter. https://puppet.com/docs/puppet/latest/configuration.html#trustedexternalcommand Fixes theforeman#730.
baurmatt
added a commit
to syseleven/puppet-puppet
that referenced
this issue
Apr 1, 2020
Make it possible to configure the 'trusted_external_command' parameter. https://puppet.com/docs/puppet/latest/configuration.html#trustedexternalcommand Fixes theforeman#730.
mmoll
pushed a commit
that referenced
this issue
Apr 2, 2020
Make it possible to configure the 'trusted_external_command' parameter. https://puppet.com/docs/puppet/latest/configuration.html#trustedexternalcommand Fixes #730.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Puppet 6.11.0 introduced a new feature called "trusted_external_command". It's basically a external node classifer where the result get saved into PuppetDB.
https://puppet.com/docs/puppet/latest/release_notes_puppet.html#experimental-feature:-catalog-compilation-with-external-trusted-data-from-third-parties
https://puppet.com/docs/puppet/latest/configuration.html#trustedexternalcommand
I will provide a PR.
The text was updated successfully, but these errors were encountered: