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>2014-05-11 16:10:44 +0200
commit7997ae385a997c3c73bc018a6193fb77362ce4b5 (patch)
tree0662a8a09c50d73a6a1f035b93e550828a688cdb /schemas
parentd398012d9bd36b1567614a788e3206dcb84753a6 (diff)
downloadbcfg2-7997ae385a997c3c73bc018a6193fb77362ce4b5.tar.gz
bcfg2-7997ae385a997c3c73bc018a6193fb77362ce4b5.tar.bz2
bcfg2-7997ae385a997c3c73bc018a6193fb77362ce4b5.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 c76c52824..7ad7606b2 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 the 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>