summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-06-13 00:50:46 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-06-29 16:28:45 +0200
commit208f29ee586b536b4e6019024899206bf4f7a3cc (patch)
tree8a8c12b2bcc8be94a6efa615328be89a881f2366 /schemas
parentb5d2421b907d89122b14341e9f00cf4ca8650622 (diff)
downloadbcfg2-208f29ee586b536b4e6019024899206bf4f7a3cc.tar.gz
bcfg2-208f29ee586b536b4e6019024899206bf4f7a3cc.tar.bz2
bcfg2-208f29ee586b536b4e6019024899206bf4f7a3cc.zip
Plugins/Packages: ability to overwrite recommended flag per package
Diffstat (limited to 'schemas')
-rw-r--r--schemas/pkgtype.xsd9
1 files changed, 9 insertions, 0 deletions
diff --git a/schemas/pkgtype.xsd b/schemas/pkgtype.xsd
index 18eda88ab..e301f30b6 100644
--- a/schemas/pkgtype.xsd
+++ b/schemas/pkgtype.xsd
@@ -54,6 +54,15 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
+ <xsd:attribute name="recommended" type="xsd:boolean">
+ <xsd:annotation>
+ <xsd:documentation>
+ Whether also th recommended packages should be installed.
+ This is currently only used with the :ref:`APT
+ &lt;client-tools-apt&gt;` driver.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
<xsd:attributeGroup ref="py:genshiAttrs"/>
</xsd:complexType>