summaryrefslogtreecommitdiffstats
path: root/doc/architecture
diff options
context:
space:
mode:
Diffstat (limited to 'doc/architecture')
-rw-r--r--doc/architecture/server.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/architecture/server.txt b/doc/architecture/server.txt
index 1341f9e0a..d58b6629f 100644
--- a/doc/architecture/server.txt
+++ b/doc/architecture/server.txt
@@ -46,6 +46,12 @@ is tailored for the client. This process consists of the following steps:
include a name. These configuration entries are grouped into bundles,
which document installation time interdependencies.
+ Here is an example of an abstract configuration entry:
+
+ .. code-block:: xml
+
+ <Package name='openssh-server'/>
+
* **Configuration Binding**
The abstract configuration determines the structure of the client
@@ -63,3 +69,10 @@ is tailored for the client. This process consists of the following steps:
specification. This specification is complete and comprehensive; the
client doesn't need to process it at all in order to use it. It also
represents the totality of the configuration specified for the client.
+
+ Here is the entry from above once it has been bound to its literal
+ specification (In this case, using the Packages plugin).
+
+ .. code-block:: xml
+
+ <Package name="openssh-server" version="auto" type="deb"/>