summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-05-07 09:50:34 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-05-07 09:50:34 -0400
commitdfd79c78df9351c1c4c337f94881bba878c3c549 (patch)
treeceb1788d989e01a3795b76119ac0caacd838b1bb /doc
parentd94a58c5718d6e886ea1a2daff14f3939916be47 (diff)
downloadbcfg2-dfd79c78df9351c1c4c337f94881bba878c3c549.tar.gz
bcfg2-dfd79c78df9351c1c4c337f94881bba878c3c549.tar.bz2
bcfg2-dfd79c78df9351c1c4c337f94881bba878c3c549.zip
disabling metadata implies disabling the resolver
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/generators/packages.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/server/plugins/generators/packages.txt b/doc/server/plugins/generators/packages.txt
index 1eeab4f8b..41e3925e5 100644
--- a/doc/server/plugins/generators/packages.txt
+++ b/doc/server/plugins/generators/packages.txt
@@ -137,6 +137,8 @@ All metadata processing can be disabled as well::
[global]
metadata=0
+This setting implies disabling the resolver.
+
Blacklisting faulty dependencies
--------------------------------
@@ -654,8 +656,9 @@ It understands the following directives:
(true). For historical reasons, this also accepts "enabled" and
"disabled".
* ``metadata``: Enable metadata processing. Default is ``1``
- (true). For historical reasons, this also accepts "enabled" and
- "disabled".
+ (true). If ``metadata`` is disabled, it's implied that ``resolver``
+ is also disabled. For historical reasons, this also accepts
+ "enabled" and "disabled".
* ``yum_config``: The path at which to generate Yum configs. No
default.
* ``apt_config``: The path at which to generate APT configs. No