From 3739583c4da9c7fe3b6d0232842c889f58ac3d08 Mon Sep 17 00:00:00 2001 From: Daniel Joseph Barnhart Clark Date: Fri, 25 Sep 2009 02:11:48 +0000 Subject: Added Fossil to Plugins init and Fossil and Bzr to man 5 bcfg2.conf git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5462 ce84e21b-d406-0410-9b95-82705330c041 --- man/bcfg2.conf.5 | 8 ++++++++ src/lib/Server/Plugins/__init__.py | 1 + 2 files changed, 9 insertions(+) diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5 index d2bfa03f5..55aae49ac 100644 --- a/man/bcfg2.conf.5 +++ b/man/bcfg2.conf.5 @@ -63,6 +63,10 @@ A structure plugin that provides the ability to add lists of unrelated entries i Bundler is used to describe groups of inter-dependent configuration entries, such as the combination of packages, configuration files, and service activations that comprise typical Unix daemons. Bundles are used to add groups of configuration entries to the inventory of client configurations, as opposed to describing particular versions of those entries. +\(bu +.B Bzr +The Bzr plugin allows you to track changes to your Bcfg2 repository using a GNU Bazaar version control backend. Currently, it enables you to get revision information out of your repository for reporting purposes. + \(bu .B Cfg The Cfg plugin provides a repository to describe configuration file contents for clients. In its simplest form, the Cfg repository is just a directory tree modeled off of the directory tree on your client machines. @@ -83,6 +87,10 @@ The Deps plugin allows you to make a series of assertions like "Package X requir .B Editor The Editor plugin allows you to partially manage configuration for a file. Its use is not recommended and not well documented. +\(bu +.B Fossil +The Fossil plugin allows you to track changes to your Bcfg2 repository using a Fossil SCM version control backend. Currently, it enables you to get revision information out of your repository for reporting purposes. + \(bu .B Git The Git plugin allows you to track changes to your Bcfg2 repository using a git version control backend. Currently, it enables you to get revision information out of your repository for reporting purposes. diff --git a/src/lib/Server/Plugins/__init__.py b/src/lib/Server/Plugins/__init__.py index abcee623e..4b724c3dd 100644 --- a/src/lib/Server/Plugins/__init__.py +++ b/src/lib/Server/Plugins/__init__.py @@ -8,6 +8,7 @@ __all__ = [ 'Bzr', 'Cfg', 'Decisions', + 'Fossil', 'GBundler', 'Git', 'GroupPatterns', -- cgit v1.2.3-1-g7c22