File: hiera.1

package info (click to toggle)
hiera 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 628 kB
  • ctags: 162
  • sloc: ruby: 3,056; makefile: 31; sh: 17
file content (48 lines) | stat: -rw-r--r-- 1,236 bytes parent folder | download | duplicates (6)
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
46
47
48
.TH "HIERA" "1" "2012" "hiera" "Utils"
.SH "NAME"
hiera \- Lightweight Pluggable Hierarchical Database
.SH "SYNOPSIS"
.LP 
.B hiera [\fBoptions\fR]
.SH "DESCRIPTION"
.LP 
hiera is a simple pluggable hierarchical database.
.br 
.SH "OPTIONS"
.LP
Mandatory arguments to long options are mandatory for short options too.
.LP
.TP
\fB\-V\fR, \fB\-\-version\fR
Version information
.TP
\fB\-d\fR, \fB\-\-debug\fR
Show debugging information
.TP
\fB\-a\fR, \fB\-\-array\fR
Array search
.TP
\fB\-h\fR, \fB\-\-hash\fR
Hash search
.TP
\fB\-c\fR, \fB\-\-config\fR CONFIG
Configuration file
.TP
\fB\-j\fR, \fB\-\-json\fR SCOPE
JSON format file to load scope from
.TP
\fB\-y\fR, \fB\-\-yaml\fR SCOPE
YAML format file to load scope from
.TP
\fB\-m\fR, \fB\-\-mcollective\fR IDENTITY
Retrieve facts from a node via mcollective as scope
.HP
\fB\-i\fR, \fB\-\-inventory_service\fR IDENTITY Retrieve facts for a node via Puppet's inventory service as scope
.PP
.br
.SH "AUTHORS"
.LP 
hiera is a part of Puppet Hiera and developed by Puppet Labs <info@puppetlabs.com>, (R.I.Pienaar <rip@devco.net> respectively).
.LP
This man page was written by Patrick Ringl <patrick_@freenet.de> for the Debian
GNU/Linux distribution (but it may also be used by others).