summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/specs.xml2
-rw-r--r--schemas/metadata.xsd2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/specs.xml b/doc/specs.xml
index 5f5353d7c..13619296a 100644
--- a/doc/specs.xml
+++ b/doc/specs.xml
@@ -81,7 +81,7 @@
<row><entry>toolset</entry>
<entry>Describes which client-side logic should be used to
make configuration
- changes</entry><entry>(rh|debian|solaris)</entry></row>
+ changes</entry><entry>(rh|debian|solaris|aix|auto)</entry></row>
<row><entry>category</entry>
<entry>A group can only contain one instance of a group in
any category. This provides the basis for representing
diff --git a/schemas/metadata.xsd b/schemas/metadata.xsd
index 30e280dee..281bf72fd 100644
--- a/schemas/metadata.xsd
+++ b/schemas/metadata.xsd
@@ -10,7 +10,7 @@
<xsd:simpleType name='toolsetType'>
<xsd:restriction base="xsd:string">
- <xsd:pattern value="rh|debian|solaris"/>
+ <xsd:pattern value="rh|debian|solaris|aix|auto"/>
</xsd:restriction>
</xsd:simpleType>