summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-05 08:59:30 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-05 08:59:30 -0500
commit906b38cf27bad87b78b457f86db46e6cae5384b7 (patch)
tree5fc876ac72971d7be63031a81904e99934801b79 /schemas
parentf05d66c4858f9757b1a372f0a5de2c956c058f00 (diff)
downloadbcfg2-906b38cf27bad87b78b457f86db46e6cae5384b7.tar.gz
bcfg2-906b38cf27bad87b78b457f86db46e6cae5384b7.tar.bz2
bcfg2-906b38cf27bad87b78b457f86db46e6cae5384b7.zip
misc. schema and schema doc fixes
Diffstat (limited to 'schemas')
-rw-r--r--schemas/packages.xsd1
-rw-r--r--schemas/privkey.xsd2
2 files changed, 1 insertions, 2 deletions
diff --git a/schemas/packages.xsd b/schemas/packages.xsd
index 9e7489d51..2645a8be0 100644
--- a/schemas/packages.xsd
+++ b/schemas/packages.xsd
@@ -112,7 +112,6 @@
</xsd:annotation>
</xsd:element>
<xsd:choice>
- <xsd:group ref="py:genshiElements"/>
<xsd:element name="Blacklist" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
diff --git a/schemas/privkey.xsd b/schemas/privkey.xsd
index 392f28e97..cf53904f0 100644
--- a/schemas/privkey.xsd
+++ b/schemas/privkey.xsd
@@ -14,7 +14,7 @@
<xsd:complexType name="PrivateKeyGroupType">
<xsd:annotation>
<xsd:documentation>
- An **PrivateKeyGroupType** is a tag used to provide logic.
+ A **PrivateKeyGroupType** is a tag used to provide logic.
Child entries of a PrivateKeyGroupType tag only apply to
machines that match the condition specified -- either
membership in a group, or a matching client name.