Install facter-dev by entering the following commands in the terminal:
sudo apt update sudo apt install facter-dev
Description:
collect and display facts about the system -- development files
Facter is Puppet’s cross-platform system profiling library. It discovers and reports per-node facts, which are collected by the Puppet agent and are made available in Puppet manifests as variables. Facter comes with a number of built-in facts providing information about the operating system, hardware, SSH keys, etc., but is also easily extensible through the following interfaces: . * Through custom facts using Facter's Ruby API. * Through `external' facts which can be either executables, or static data files. . This package contains development files allowing 3rd party applications to use facter.
Homepage: https://github.com/puppetlabs/facter
Version: 3.10.0-4
Section: universe/admin