-
Notifications
You must be signed in to change notification settings - Fork 302
Closed
Labels
triagedThis ticket has been accepted to our backlog and migrated internallyThis ticket has been accepted to our backlog and migrated internally
Description
Describe the Change You Would Like
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'
Metadata
Metadata
Assignees
Labels
triagedThis ticket has been accepted to our backlog and migrated internallyThis ticket has been accepted to our backlog and migrated internally