1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: facter
Section: admin
Priority: optional
Maintainer: Puppet Package Maintainers <pkg-puppet-devel@lists.alioth.debian.org>
Uploaders:
Andrew Pollock <apollock@debian.org>,
Stig Sandbeck Mathisen <ssm@debian.org>,
Apollon Oikonomopoulos <apoikos@debian.org>,
Jérôme Charaoui <jerome@riseup.net>,
Build-Depends:
debhelper-compat (= 13),
gem2deb,
ruby-hocon <!nocheck>,
ruby-rspec <!nocheck>,
ruby-thor <!nocheck>,
ruby-webmock <!nocheck>,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/puppet-team/facter.git
Vcs-Browser: https://salsa.debian.org/puppet-team/facter
Homepage: https://github.com/puppetlabs/facter
Rules-Requires-Root: no
Package: facter
Architecture: all
Depends:
${misc:Depends},
${ruby:Depends},
Recommends:
dmidecode,
pciutils,
ruby-sys-filesystem,
virt-what,
Description: collect and display facts about the system
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 the facter binary and the ruby module making facter
available to Puppet.
|