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-11-22 11:34:25 +0100
commit7cf90571e21d72479de69cafa400d64985d068fd (patch)
treec8a98e229d2db7202d56f739b8a925678d8ac87d /schemas
parent7838d063e33246ec21cf58060ced35e3771b5e82 (diff)
downloadbcfg2-7cf90571e21d72479de69cafa400d64985d068fd.tar.gz
bcfg2-7cf90571e21d72479de69cafa400d64985d068fd.tar.bz2
bcfg2-7cf90571e21d72479de69cafa400d64985d068fd.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>