From 9e77f585862829d84821374494f47c5bc7297870 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 12 Jul 2010 10:10:10 +0000 Subject: Minor format changes git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5968 ce84e21b-d406-0410-9b95-82705330c041 --- doc/server/plugins/version/bzr.txt | 4 ++-- doc/server/plugins/version/fossil.txt | 2 +- doc/server/plugins/version/git.txt | 4 ++-- doc/server/plugins/version/svn.txt | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/server/plugins/version/bzr.txt b/doc/server/plugins/version/bzr.txt index 9bb4df712..0755bf80c 100644 --- a/doc/server/plugins/version/bzr.txt +++ b/doc/server/plugins/version/bzr.txt @@ -18,7 +18,7 @@ changes to the repo which are made by the server. How to enable the Bazaar plugin =============================== -Simply add "Bzr" to your plugins line in /etc/bcfg2.conf:: +Simply add "Bzr" to your plugins line in ``/etc/bcfg2.conf``:: [server] plugins = Base,Bundler,Cfg,...,Bzr @@ -26,7 +26,7 @@ Simply add "Bzr" to your plugins line in /etc/bcfg2.conf:: Usage notes =========== -Unlike other VCS plugins for BCFG2, the Bazaar plugin checks whether +Unlike other VCS plugins for Bcfg2, the Bazaar plugin checks whether there are uncommitted changes to the repository. If there are, this plugin appends a "+" after the version number. Essentially, this means you're using that version, "plus" some changes. diff --git a/doc/server/plugins/version/fossil.txt b/doc/server/plugins/version/fossil.txt index 7f3a52f5a..7bf523a9e 100644 --- a/doc/server/plugins/version/fossil.txt +++ b/doc/server/plugins/version/fossil.txt @@ -18,7 +18,7 @@ changes to the repo which are made by the server. How to enable the Fossil plugin =============================== -Simply add "Fossil" to your plugins line in /etc/bcfg2.conf:: +Simply add "Fossil" to your plugins line in ``/etc/bcfg2.conf``:: [server] plugins = Base,Bundler,Cfg,...,Fossil diff --git a/doc/server/plugins/version/git.txt b/doc/server/plugins/version/git.txt index 883189552..ea2f087ba 100644 --- a/doc/server/plugins/version/git.txt +++ b/doc/server/plugins/version/git.txt @@ -24,8 +24,8 @@ How to enable the Git plugin The Git plugin uses `Dulwich `_ to interface with git repositories. Therefore, you will need to install -Dulwich on the bcfg2 server first. Once installed, simply add Git to -your plugins line in /etc/bcfg2.conf:: +Dulwich on the Bcfg2 server first. Once installed, simply add Git to +your plugins line in ``/etc/bcfg2.conf``:: [server] plugins = Base,Bundler,Cfg,...,Git diff --git a/doc/server/plugins/version/svn.txt b/doc/server/plugins/version/svn.txt index 8e98102ea..a23d4d35b 100644 --- a/doc/server/plugins/version/svn.txt +++ b/doc/server/plugins/version/svn.txt @@ -22,7 +22,7 @@ server (adding clients, ssh keys, etc). How to enable the Svn plugin ============================ -Simply add Svn to your plugins line in /etc/bcfg2.conf:: +Simply add Svn to your plugins line in ``/etc/bcfg2.conf``:: [server] - plugins = Base,Bundler,Cfg,DBStats,Decisions,Metadata,NagiosGen,Pkgmgr,Probes,Rules,SSHbase,TGenshi,Svn + plugins = Base,Bundler,Cfg,..,Svn -- cgit v1.2.3-1-g7c22