Code

strings utilities: Add helper functions for common string operations.
[sysdb.git] / doc / sysdbd-facter.5.txt
1 sysdbd-facter(5)
2 ================
3 :doctype: manpage
5 NAME
6 ----
7 sysdbd-facter - query local facter fact values
9 SYNOPSIS
10 --------
11   <LoadBackend "facter">
12       Interval 3600
13   </LoadBackend>
15 DESCRIPTION
16 -----------
17 *facter* is a backend module which queries facter fact values from the local
18 system. It periodically retrieves the values and submits them as host
19 attributes.
21 CONFIGURATION
22 -------------
23 *facter* does not currently accept any configuration options.
25 SEE ALSO
26 --------
27 manpage:sysdbd[1], manpage:sysdbd.conf[5],
28 https://github.com/puppetlabs/cfacter
30 The SysDB homepage: https://sysdb.io/
32 AUTHOR
33 ------
34 SysDB was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
36 COPYRIGHT
37 ---------
38 Copyright (C) 2012-2014 Sebastian "tokkee" Harl <sh@tokkee.org>
40 This is free software under the terms of the BSD license, see the source for
41 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
42 FITNESS FOR A PARTICULAR PURPOSE.
44 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :