diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2011-01-22 17:30:59 +0100 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-01-22 13:07:14 -0600 |
commit | d107fa6eb6ef3070f7ecd4083e7d7704999a3aa1 (patch) | |
tree | fd0e9f287bf529e8540e1c05b01300798c0874c0 /doc/introduction | |
parent | dd35af88545fb765d0f27ee08c4fb33a46e39e25 (diff) | |
download | bcfg2-d107fa6eb6ef3070f7ecd4083e7d7704999a3aa1.tar.gz bcfg2-d107fa6eb6ef3070f7ecd4083e7d7704999a3aa1.tar.bz2 bcfg2-d107fa6eb6ef3070f7ecd4083e7d7704999a3aa1.zip |
Link to details about the server added
Diffstat (limited to 'doc/introduction')
-rw-r--r-- | doc/introduction/architecture-overview.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/introduction/architecture-overview.txt b/doc/introduction/architecture-overview.txt index 55bf4e557..0d3562be4 100644 --- a/doc/introduction/architecture-overview.txt +++ b/doc/introduction/architecture-overview.txt @@ -24,7 +24,8 @@ The role of the Bcfg2 server is rendering a client-specific target configuration description from a global specification. The specification consists of a directory structure containing data for a variety of server plugins. The Bcfg2 server has a plugin interface that can be used to -interpret the configuration specification. +interpret the configuration specification. Read on for more information +about :ref:`server-index`. Client ------ |