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.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • provider

    The specific backend to use for this ‘fact_group` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.