diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-04-28 18:33:15 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2010-04-29 11:31:21 -0500 |
commit | 8b1bfc72757816a8618ab4bfef01385b6de5b3bb (patch) | |
tree | 532469b5e88b9ecdcd6b39f447b04d635457888b | |
parent | f09116e6c1e52ce605c9717dbf103ded29d32a82 (diff) | |
download | bcfg2-8b1bfc72757816a8618ab4bfef01385b6de5b3bb.tar.gz bcfg2-8b1bfc72757816a8618ab4bfef01385b6de5b3bb.tar.bz2 bcfg2-8b1bfc72757816a8618ab4bfef01385b6de5b3bb.zip |
doc: s/generators/plugins for /etc/bcfg2.conf setup
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5846 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | doc/server/plugins/generators/tcheetah.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/server/plugins/generators/tcheetah.txt b/doc/server/plugins/generators/tcheetah.txt index dc6d69018..2daa18740 100644 --- a/doc/server/plugins/generators/tcheetah.txt +++ b/doc/server/plugins/generators/tcheetah.txt @@ -19,7 +19,7 @@ engine from http://www.cheetahtemplate.org/. Once it is installed, you can enable it by adding ``TCheetah`` to the ``plugins`` line in ``/etc/bcfg2.conf`` on your Bcfg server. For example:: - generators = SSHbase,Cfg,Pkgmgr,Svcmgr,Rules,TCheetah + plugins = Cfg,Metadata,Pkgmgr,Rules,SSHbase,TCheetah The ``TCheetah`` plugin makes use of a ``Cfg``-like directory structure located in in a ``TCheetah`` subdirectory of your repository, usually |