blob: 5455e9cede2b8d3f1422895c8c8cf05d85a3e732 (
plain)
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
49
50
51
52
|
.. -*- mode: rst -*-
.. _glossary:
========
Glossary
========
.. glossary:: :sorted:
client
A system that runs the :command:`bcfg2` command. Typically, this
is to receive a configuration from a Bcfg2 server.
generator
A type of plugin which provides file contents. For example
:ref:`server-plugins-generators-cfg` or
:ref:`server-plugins-generators-tgenshi-index`.
Genshi
A Python-based templating engine. `Genshi Homepage`_.
group
A "tag" assigned to a client through a probe or other plugin.
irc channel
#bcfg2 on freenode
probe
A script that executes on a client machine and sets client
metadata such as group membership.
profile
A special type of group that a client is explicitly assigned to.
structure
repository
A collection of folders and files that together define the
configurations that Bcfg2 applies to clients. The repository
is located at :file:`/var/lib/bcfg2` by default. This is not
to be confused with a :term:`VCS` repository, which is an
excellent place to pull your Bcfg2 repository from to manage
changes. When used alone, :term:`repository` refers to a Bcfg2
repository.
VCS
Stands for `Version Control System
<http://en.wikipedia.org/wiki/Revision_control>`_.
.. _Genshi Homepage: http://genshi.edgewall.org/
|