summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-08-01 09:10:52 -0500
committerSol Jerome <sol.jerome@gmail.com>2011-08-01 09:10:52 -0500
commit9f3e32e61b53fac273b694dee8ad1006c9a7fc65 (patch)
treea53ba2fbf84e4aee2a495e01c643619b0c23f479 /doc
parent066aad5e10c05133b8650a50f18f44c9de276030 (diff)
downloadbcfg2-9f3e32e61b53fac273b694dee8ad1006c9a7fc65.tar.gz
bcfg2-9f3e32e61b53fac273b694dee8ad1006c9a7fc65.tar.bz2
bcfg2-9f3e32e61b53fac273b694dee8ad1006c9a7fc65.zip
doc: Fix sphinx build warnings
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/generators/packages.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/server/plugins/generators/packages.txt b/doc/server/plugins/generators/packages.txt
index 11a878d6b..183351576 100644
--- a/doc/server/plugins/generators/packages.txt
+++ b/doc/server/plugins/generators/packages.txt
@@ -82,20 +82,20 @@ Setup
Three basic steps are required for Packages to work properly.
#. Create ``Packages/sources.xml``. This file should look
- approximately like the example below, and describes both which
- software repositories should be used, and which clients are eligible
- to use each one.
+ approximately like the example below, and describes both which
+ software repositories should be used, and which clients are eligible
+ to use each one.
#. Ensure that clients are members of the proper groups. Each client
- should be a member of one of the magic groups listed above, all of
- the groups listed in the ``sources.xml`` (like ubuntu-intrepid or
- centos-5.2 in the following examples), and one of the architecture
- groups listed in the source configuration (i386, amd64 or x86_64 in
- the following examples). '''Failure to do this will result in the
- source either not applying to the client, or only architecture
- independent packages being made available to the client.'''
+ should be a member of one of the magic groups listed above, all of
+ the groups listed in the ``sources.xml`` (like ubuntu-intrepid or
+ centos-5.2 in the following examples), and one of the architecture
+ groups listed in the source configuration (i386, amd64 or x86_64 in
+ the following examples). '''Failure to do this will result in the
+ source either not applying to the client, or only architecture
+ independent packages being made available to the client.'''
#. Add Package entries to bundles.
#. Sit back and relax, as dependencies are resolved, and automatically
- added to client configurations.
+ added to client configurations.
Prerequisite Resolution
=======================