diff options
author | Fabian Affolter <fabian@bernewireless.net> | 2010-06-02 15:14:35 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2010-06-03 10:07:57 -0500 |
commit | 713a98a21df437e44ac42d5bfb60e28427f3de5a (patch) | |
tree | 88b2c786b359a5e359007ee2b81e3065c5ef4476 /man/bcfg2.conf.5 | |
parent | 34d907a1987c67f1b977568ce6490e12eedd5e72 (diff) | |
download | bcfg2-713a98a21df437e44ac42d5bfb60e28427f3de5a.tar.gz bcfg2-713a98a21df437e44ac42d5bfb60e28427f3de5a.tar.bz2 bcfg2-713a98a21df437e44ac42d5bfb60e28427f3de5a.zip |
Hg plugin added (marked as experimental)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5879 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'man/bcfg2.conf.5')
-rw-r--r-- | man/bcfg2.conf.5 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5 index 091f0797d..7ce852429 100644 --- a/man/bcfg2.conf.5 +++ b/man/bcfg2.conf.5 @@ -5,7 +5,7 @@ bcfg2.conf - configuration parameters for bcfg2 .SH DESCRIPTION .TP -bcfg2.conf includes configuration parameters for the bcfg2 server and client. +bcfg2.conf includes configuration parameters for the Bcfg2 server and client. .SH FILE FORMAT The file is INI-style and consists of sections and options. A section begins with the name of the sections in square brackets and continues until the next section begins. @@ -69,7 +69,7 @@ The Cfg plugin provides a repository to describe configuration file contents for \(bu .B DBStats -Direct to database statistics plugin (0.9.6 and later). +Direct to database statistics plugin. (0.9.6 and later) \(bu .B Decisions @@ -96,6 +96,10 @@ The Git plugin allows you to track changes to your Bcfg2 repository using a git The GroupPatterns plugin is a connector that can assign clients group membership based on patterns in client hostnames. \(bu +.B Hg +The Hg plugin allows you to track changes to your Bcfg2 repository using a Mercurial version control backend. Currently, it enables you to get revision information out of your repository for reporting purposes. (experimental) + +\(bu .B Hostbase The Hostbase plugin is an IP management system built on top of Bcfg2. |