summaryrefslogtreecommitdiffstats
path: root/doc/glossary.txt
diff options
context:
space:
mode:
authorRaul Cuza <raulcuza@gmail.com>2010-03-13 17:48:39 -0500
committerRaul Cuza <raulcuza@gmail.com>2010-03-13 17:48:39 -0500
commit0567e56f058d2f3cb07520a1fe9237a7cb1dcc9a (patch)
tree1ce6cf7b6e58a1c0fc2f3d10a237a01e1614e5df /doc/glossary.txt
parent05b15c2c3d606d13303346158a63603483f42c1a (diff)
downloadbcfg2-0567e56f058d2f3cb07520a1fe9237a7cb1dcc9a.tar.gz
bcfg2-0567e56f058d2f3cb07520a1fe9237a7cb1dcc9a.tar.bz2
bcfg2-0567e56f058d2f3cb07520a1fe9237a7cb1dcc9a.zip
Added suggested usage for 'repository'. And 4 space = python happiness.
Diffstat (limited to 'doc/glossary.txt')
-rw-r--r--doc/glossary.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/glossary.txt b/doc/glossary.txt
index d475218f2..f7e8d8e5b 100644
--- a/doc/glossary.txt
+++ b/doc/glossary.txt
@@ -6,33 +6,33 @@ Glossary
.. glossary:: :sorted:
- client
+ client
- generator
+ generator
A type of plugin which provides file contents. For example Cfg or TGenshi.
- Genshi
+ Genshi
A Python-based templating engine. `Genshi Homepage`_.
- group
+ group
A "tag" assigned to a client through a probe or other plugin.
- irc channel
+ irc channel
#bcfg2 on freenode
- probe
+ probe
A script that executes on a client machine and sets client metadata such as group membership.
- profile
+ profile
A special type of group that a client is explicitly assigned to.
- structure
+ structure
- repository
- A colledtion of folders and files that make up the configurations that Bcfg2 applies to server. The repository is located at ``/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.
+ repository
+ A colledtion of folders and files that make up the configurations that Bcfg2 applies to server. The repository is located at ``/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 a lone, repository refers to a Bcfg2 repository.
VCS
- Stands for `Version Control System <http://en.wikipedia.org/wiki/Revision_control>_.
+ Stands for `Version Control System <http://en.wikipedia.org/wiki/Revision_control>`_.
.. _Genshi Homepage: http://genshi.edgewall.org/