summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorAlexander Sulfrian <asulfrian@zedat.fu-berlin.de>2022-01-29 19:59:03 +0100
committerAlexander Sulfrian <asulfrian@zedat.fu-berlin.de>2022-01-30 05:03:22 +0100
commit49cf4482ea952de6bcf3c023c017309cd7926c15 (patch)
tree1d9e809b49da5d3de4909ef4b5f2c4703a9ebea9 /schemas
parentaac1945e6a4a2a94736e2a2ff7a761121cb65a19 (diff)
downloadbcfg2-49cf4482ea952de6bcf3c023c017309cd7926c15.tar.gz
bcfg2-49cf4482ea952de6bcf3c023c017309cd7926c15.tar.bz2
bcfg2-49cf4482ea952de6bcf3c023c017309cd7926c15.zip
debconf: Add ability to ignore conf settings
Diffstat (limited to 'schemas')
-rw-r--r--schemas/types.xsd9
1 files changed, 9 insertions, 0 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index fc2e7bdc4..dc57c5cc8 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -570,6 +570,15 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
+ <xsd:attribute type="xsd:boolean" name="ignore" default="false">
+ <xsd:annotation>
+ <xsd:documentation>
+ If you set this to "true" the configuration setting will be ignored
+ and not updated. This is usefull to remove a setting from the list of
+ extra entries.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
<xsd:attributeGroup ref="py:genshiAttrs"/>
</xsd:complexType>
</xsd:schema>