summaryrefslogtreecommitdiffstats
path: root/schemas/pkgtype.xsd
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-06-13 00:50:46 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2014-02-26 13:38:15 +0100
commitaaaad67f8eb441d599a16703d3a59c3e381c74c4 (patch)
tree2cf8b437aa74c835a72de256d77222a992d6a39e /schemas/pkgtype.xsd
parent12edf6186b236006963b83ac8ffe174665e097b9 (diff)
downloadbcfg2-aaaad67f8eb441d599a16703d3a59c3e381c74c4.tar.gz
bcfg2-aaaad67f8eb441d599a16703d3a59c3e381c74c4.tar.bz2
bcfg2-aaaad67f8eb441d599a16703d3a59c3e381c74c4.zip
Plugins/Packages: ability to overwrite recommended flag per package
Diffstat (limited to 'schemas/pkgtype.xsd')
-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>