summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-04-10 17:00:36 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-04-10 17:00:36 -0400
commitb82a107695ab14a4b19016a5e6c322e4c3119380 (patch)
treed4520d2478f1ea6f3cee0f2d9da4c6cdfdcd11a5 /doc
parent66c5d984bcb9c861a48ff35a00b3fd05dc2a1db5 (diff)
downloadbcfg2-b82a107695ab14a4b19016a5e6c322e4c3119380.tar.gz
bcfg2-b82a107695ab14a4b19016a5e6c322e4c3119380.tar.bz2
bcfg2-b82a107695ab14a4b19016a5e6c322e4c3119380.zip
removed obsolete docs about import_gpg_keys
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/generators/packages.txt15
1 files changed, 2 insertions, 13 deletions
diff --git a/doc/server/plugins/generators/packages.txt b/doc/server/plugins/generators/packages.txt
index e4035053a..900162aaa 100644
--- a/doc/server/plugins/generators/packages.txt
+++ b/doc/server/plugins/generators/packages.txt
@@ -51,7 +51,7 @@ member clients.
| Yum | yum | |
+--------+----------+--------------+
-.. note::
+.. note::
.. versionadded:: 1.2.0
@@ -567,7 +567,7 @@ You can also view the sources applicable to a client::
Type: yum
URL: http://mirror.example.com/centos-6-x86_64-updates
GPG Key(s): http://mirror.example.com/centos-6-x86_64-updates/RPM-GPG-KEY-CentOS-6
-
+
Name: centos-6-x86_64-os
Type: yum
URL: http://mirror.example.com/centos-6-x86_64-os
@@ -664,17 +664,6 @@ It understands the following directives:
"/etc/pki/rpm-gpg".
* ``version``: Set the version attribute used when binding
Packages. Default is ``auto``.
-* ``import_gpg_keys``: The RPM release of an RPM GPG key cannot be
- reliably and automatically determined without importing the key into
- the server's key chain. If ``import_gpg_keys`` is "false" (the
- default), the release of automatically-generated RPM GPG key entries
- in the specification will be set to "any", which disables
- verification of the release. (Version will still be verified.) In
- practice, this is unlikely to be an issue, as the RPM version of a
- GPG key is the key's fingerprint, and collisions are rare. If you
- do encounter a GPG key version collision, you will need to set this
- to "true", whereupon Packages will import the keys into the server's
- key chain. Python RPM libraries must be installed for this to work.
[yum] section
-------------