Resource Type: fact_group
- Defined in:
- lib/puppet/type/fact_group.rb
- Providers:
-
simple
Overview
Manage the available fact groups.
Here is an example on how you can create a fact group:
fact_group {'my_group':
ensure => 'present',
facts => ['my_fact_1','my_fact_2']
}
See [here](puppet.com/docs/puppet/7/configuring_facter.html#configuring_facter-facter-conf-fact-groups) for more details about fact groups.