summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2010-10-15 19:50:42 -0500
committerSol Jerome <sol.jerome@gmail.com>2010-10-15 19:50:42 -0500
commitff01b4e6ad3dcf7fdae92adc16c1a3481a37d8db (patch)
treecfacb9e868ef0a305ca5f887a2702dc247917f0d /doc
parent9a2bb764cf73911885a8e801882219b052f11475 (diff)
downloadbcfg2-ff01b4e6ad3dcf7fdae92adc16c1a3481a37d8db.tar.gz
bcfg2-ff01b4e6ad3dcf7fdae92adc16c1a3481a37d8db.tar.bz2
bcfg2-ff01b4e6ad3dcf7fdae92adc16c1a3481a37d8db.zip
doc: Fix centos quickstart instructions (reported by Joe Sauer)
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/quickstart/centos.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/quickstart/centos.txt b/doc/quickstart/centos.txt
index 2aaa8d744..4a702683e 100644
--- a/doc/quickstart/centos.txt
+++ b/doc/quickstart/centos.txt
@@ -424,7 +424,7 @@ packages. Currently, the way to manage them is using :ref:`BoundEntries
.. code-block:: xml
<Bundle name='base-packages'>
- <BoundPackage name="gpg-pubkey" type="rpm">
+ <BoundPackage name="gpg-pubkey" type="yum" version="foo">
<Instance simplefile="/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5" version="e8562897" release="459f07a4"/>
<Instance simplefile="/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL" version="217521f6" release="45e8a532"/>
</BoundPackage>
@@ -445,6 +445,8 @@ packages. Currently, the way to manage them is using :ref:`BoundEntries
<Package name='yum'/>
</Bundle>
+.. note:: version="foo" is just a dummy attribute for the gpg-pubkey Package
+
To actually push the gpg keys out via Bcfg2, you will need to manage the
files as well. This can be done by adding Path entries for each of the
gpg keys you want to manage