diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2010-10-15 19:50:42 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2010-10-15 20:01:20 -0500 |
commit | db95be5468badbbeee26b7023e95439267a02157 (patch) | |
tree | 630788bf1a49e64dd6e25c023494b8ad12def68a /doc | |
parent | 2b0ea7df179353442712c830fb5c3a5164632d51 (diff) | |
download | bcfg2-db95be5468badbbeee26b7023e95439267a02157.tar.gz bcfg2-db95be5468badbbeee26b7023e95439267a02157.tar.bz2 bcfg2-db95be5468badbbeee26b7023e95439267a02157.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.txt | 4 |
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 |