File: control

package info (click to toggle)
facter 2.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,928 kB
  • ctags: 1,288
  • sloc: ruby: 17,030; ansic: 1,062; sh: 49; makefile: 14
file content (30 lines) | stat: -rw-r--r-- 1,249 bytes parent folder | download | duplicates (2)
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
Source: facter
Section: admin
Priority: optional
Maintainer: Puppet Package Maintainers <pkg-puppet-devel@lists.alioth.debian.org>
Uploaders: Andrew Pollock <apollock@debian.org>, Nigel Kersten <nigel@explanatorygap.net>, Micah Anderson <micah@debian.org>, Stig Sandbeck Mathisen <ssm@debian.org>
Build-Depends:
 debhelper (>= 8),
 ruby | ruby-interpreter,
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-puppet/facter.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-puppet/facter.git
Homepage: https://tickets.puppetlabs.com/browse/FACT/

Package: facter
Architecture: all
Depends: ${misc:Depends},
 bind9-host | host,
 net-tools,
 ruby-json,
 ruby | ruby-interpreter,
Recommends: pciutils, dmidecode, virt-what
Description: collect and display facts about the system
 A cross-platform Ruby library for retrieving facts from operating systems.
 Supports multiple resolution mechanisms, any of which can be restricted to
 working only on certain operating systems or environments. Facter is
 especially useful for retrieving things like operating system names, IP
 addresses, MAC addresses, and SSH keys.
 .
 It is easy to extend Facter to include your own custom facts or to include
 additional mechanisms for retrieving facts.