summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2014-05-17 11:01:17 -0500
committerSol Jerome <sol.jerome@gmail.com>2014-05-17 11:01:17 -0500
commita03eb5cc5699e44de5fdb6ba6f5e69f3e5cee09a (patch)
treed5ad54cbfb772c65ea1eada8477bfe0896f68472 /schemas
parentc552826ef8d1f8e81678104975a6e7de469ec42e (diff)
parent7997ae385a997c3c73bc018a6193fb77362ce4b5 (diff)
downloadbcfg2-a03eb5cc5699e44de5fdb6ba6f5e69f3e5cee09a.tar.gz
bcfg2-a03eb5cc5699e44de5fdb6ba6f5e69f3e5cee09a.tar.bz2
bcfg2-a03eb5cc5699e44de5fdb6ba6f5e69f3e5cee09a.zip
Merge branch 'recommended-per-package' of https://github.com/AlexanderS/bcfg2
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>