diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-07-31 14:53:02 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-07-31 14:53:02 +0000 |
commit | e9ba602ea0781d9cdf2683561e61309d6d6b8b12 (patch) | |
tree | 40dea65b061447bd139cb6bf4fdb5c86c7d32bb5 /examples/bcfg2.conf | |
parent | 770daad7cc4db1a2be8de655bd2e4930dbee236d (diff) | |
download | bcfg2-e9ba602ea0781d9cdf2683561e61309d6d6b8b12.tar.gz bcfg2-e9ba602ea0781d9cdf2683561e61309d6d6b8b12.tar.bz2 bcfg2-e9ba602ea0781d9cdf2683561e61309d6d6b8b12.zip |
Documentation: Update man pages to reflect changes in 1.0
* Add Snapshots documentation
* Fix example bcfg2.conf
* Add Plugin descriptions for server plugins
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5397 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'examples/bcfg2.conf')
-rw-r--r-- | examples/bcfg2.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/bcfg2.conf b/examples/bcfg2.conf index d163e9e1a..cac424576 100644 --- a/examples/bcfg2.conf +++ b/examples/bcfg2.conf @@ -1,9 +1,8 @@ [communication] protocol = xmlrpc/ssl password = foobat -key = /etc/bcfg2.key -# fingerprint of server (from bcfg2-admin fingerprint) -#fingerprint = [server fingerprint] +# certificate = /etc/bcfg2.key +# key = /etc/bcfg2.key [components] bcfg2 = https://localhost:6789 |