summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-06-15 21:20:27 -0500
committerSol Jerome <sol.jerome@gmail.com>2011-06-16 15:08:38 -0500
commite7c215f9f2ddc6936cd98b3ed8b6a391fa96076b (patch)
treea29f68f8c289c5ec181e534d406682bd46e9c991
parentedb09c53992ef3aca8bfe440df66717290b1771f (diff)
downloadbcfg2-e7c215f9f2ddc6936cd98b3ed8b6a391fa96076b.tar.gz
bcfg2-e7c215f9f2ddc6936cd98b3ed8b6a391fa96076b.tar.bz2
bcfg2-e7c215f9f2ddc6936cd98b3ed8b6a391fa96076b.zip
doc: Mention important attribute for gpg-pubkey Paths
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r--doc/appendix/guides/centos.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/appendix/guides/centos.txt b/doc/appendix/guides/centos.txt
index 0b5b83211..ce8e49703 100644
--- a/doc/appendix/guides/centos.txt
+++ b/doc/appendix/guides/centos.txt
@@ -497,6 +497,18 @@ Then add the files to Cfg::
mkdir -p Cfg/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL
cp /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL !$/RPM-GPG-KEY-EPEL
+You will also want to add an *important* attribute to these files so
+that they are installed on the client prior to any attempts to install
+the **gpg-pubkey** rpm packages. This is especially important during the
+bootstrapping phase and can be accomplished using an :ref:`server-info`
+file that looks like the following:
+
+.. code-block:: xml
+
+ <FileInfo>
+ <Info owner='root' group='root' perms='0644' important='true'/>
+ </FileInfo>
+
Now, running the client shows only unmanaged Service entries. Woohoo!
Manage services