diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2011-07-31 10:46:03 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-07-31 10:46:03 -0500 |
commit | 6fdffa2059e19567fe46d8f48eda6bb3f461caea (patch) | |
tree | 247b6d39eed87d1c36bd35f68cbb4395842e1ccc /schemas | |
parent | e2dc5f5a5fbc992c39d36693de552c275fef8f47 (diff) | |
download | bcfg2-6fdffa2059e19567fe46d8f48eda6bb3f461caea.tar.gz bcfg2-6fdffa2059e19567fe46d8f48eda6bb3f461caea.tar.bz2 bcfg2-6fdffa2059e19567fe46d8f48eda6bb3f461caea.zip |
bcfg2-lint: Update schema with new vcs values
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/rules.xsd | 3 | ||||
-rw-r--r-- | schemas/types.xsd | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/schemas/rules.xsd b/schemas/rules.xsd index 0a408c35c..5446f9a95 100644 --- a/schemas/rules.xsd +++ b/schemas/rules.xsd @@ -41,6 +41,9 @@ <xsd:attribute type='xsd:string' name='recursive'/> <xsd:attribute type='xsd:string' name='prune'/> <xsd:attribute type='xsd:string' name='to'/> + <xsd:attribute type='xsd:string' name='vcstype'/> + <xsd:attribute type='xsd:string' name='revision'/> + <xsd:attribute type='xsd:string' name='sourceurl'/> <xsd:attributeGroup ref="py:genshiAttrs"/> </xsd:complexType> diff --git a/schemas/types.xsd b/schemas/types.xsd index a6c9abfdc..44d2d3df9 100644 --- a/schemas/types.xsd +++ b/schemas/types.xsd @@ -31,6 +31,7 @@ <xsd:enumeration value='nonexistent' /> <xsd:enumeration value='permissions' /> <xsd:enumeration value='symlink' /> + <xsd:enumeration value='vcs' /> </xsd:restriction> </xsd:simpleType> |