diff options
author | Asaf Ohaion <asaf@arch64.office.lingnu.com> | 2010-10-17 10:18:50 +0200 |
---|---|---|
committer | Asaf Ohaion <asaf@arch64.office.lingnu.com> | 2010-10-17 10:18:50 +0200 |
commit | e560e2c7f384bdd5ca675465b85cc5a6c911f747 (patch) | |
tree | e58b7ff559f680f5b9cf8363280966e75b5f4385 | |
parent | 2a4716d8726e383291637e8f5ae2dff49248ac9b (diff) | |
download | bcfg2-e560e2c7f384bdd5ca675465b85cc5a6c911f747.tar.gz bcfg2-e560e2c7f384bdd5ca675465b85cc5a6c911f747.tar.bz2 bcfg2-e560e2c7f384bdd5ca675465b85cc5a6c911f747.zip |
merged 9a2bb764cf73911885a8e801882219b052f11475 from Sol J
-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 |