This module provides the facter_task task.
This task allows you to discover facts about remote machines in your infrastructure.
This module is compatible with Puppet Enterprise and Puppet Bolt.
-
To run tasks with Puppet Enterprise, PE 2018.1 or later must be installed on the machine from which you are running task commands. Machines receiving task requests must be Puppet agents.
-
To run tasks with Puppet Bolt, Bolt 1.0 or later must be installed on the machine from which you are running task commands. Machines receiving task requests must have SSH or WinRM services enabled.
To view the available actions and parameters, on the command line, run puppet task show facter_task
or see the facter_task module page on the Forge.
For a complete list of facts that are supported, see the Puppet core facts documentation.
To show help for the task CLI, run puppet task run --help
or bolt task run --help
To run a facter_task task, use the task command, specifying the fact you want to retrieve.
- With PE on the command line, run
puppet task run facter_task fact=<FACT>
. - With Bolt on the command line, run
bolt task run facter_task fact=<FACT>
.
For example, to check the operating system family on a machine, run:
- With PE, run
puppet task run facter_task fact=osfamily --nodes neptune
- With Bolt, run
bolt task run facter_task fact=osfamily --nodes neptune --modulepath ~/modules
You can also run tasks in the PE console. See PE task documentation for complete information.
For information on the classes and types, see the REFERENCE.md.
For an extensive list of supported operating systems, see metadata.json
This codebase is licensed under the Apache2.0 licensing, however due to the nature of the codebase the open source dependencies may also use a combination of AGPL, BSD-2, BSD-3, GPL2.0, LGPL, MIT and MPL Licensing.
Acceptance tests are ran using puppet_litmus. To run the acceptance tests follow the instructions here. You can also find a tutorial and walkthrough of using Litmus and the PDK on YouTube.
If you run into an issue with this module, or if you would like to request a feature, please file a ticket on the issues tab.
If you have problems getting this module up and running, please contact Support.
If you submit a change to this module, be sure to regenerate the reference documentation as follows:
puppet strings generate --format markdown --out REFERENCE.md