We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.puppet.com/docs/puppet/8/custom_facts.html#configuring_facts-confining-facts suggests:
confine 'os' do |os| os['family'] == 'RedHat' end
but I think this is overly complicated and should be shortened:
confine 'os.family' == 'RedHat'
The text was updated successfully, but these errors were encountered:
Migrated issue to PUPDOC-5681
Sorry, something went wrong.
Issue will be fixed in docs scheduled for release on Sept 10th.
No branches or pull requests
Describe the Change You Would Like
https://www.puppet.com/docs/puppet/8/custom_facts.html#configuring_facts-confining-facts suggests:
but I think this is overly complicated and should be shortened:
The text was updated successfully, but these errors were encountered: