summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-04-10 20:01:43 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-04-10 20:01:43 +0000
commit4521ebcfcf106db5a67cf126bf94d0cd987cebc4 (patch)
tree6141b504a1885db71149af98ec8c9eea5e57853e /schemas
parent9a2c22595a8261462ed17e7fc9df49cc4d7ba77f (diff)
downloadbcfg2-4521ebcfcf106db5a67cf126bf94d0cd987cebc4.tar.gz
bcfg2-4521ebcfcf106db5a67cf126bf94d0cd987cebc4.tar.bz2
bcfg2-4521ebcfcf106db5a67cf126bf94d0cd987cebc4.zip
* Fix schema validation for host specific service entries
* Move to using generic rule-based core (in preparation for the rules plugin) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1827 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas')
-rw-r--r--schemas/services.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/services.xsd b/schemas/services.xsd
index f7524ec4d..25b59b33c 100644
--- a/schemas/services.xsd
+++ b/schemas/services.xsd
@@ -38,7 +38,7 @@
<xsd:choice minOccurs='0' maxOccurs='unbounded'>
<xsd:element name='Service' type='ServiceType'/>
<xsd:element name='Group' type='ContainerType'/>
- <xsd:element name='Host' type='ContainerType'/>
+ <xsd:element name='Client' type='ContainerType'/>
</xsd:choice>
<xsd:attribute name='priority' type='xsd:integer'/>
</xsd:complexType>