summaryrefslogtreecommitdiffstats
path: root/schemas/types.xsd
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-10-01 16:47:07 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-10-01 16:47:07 +0000
commit3cd34d135d6f3705862f0d1625c06a1669ec0023 (patch)
tree59b2318ff469544f85d568b2bfac5a4d113e6fc7 /schemas/types.xsd
parent3b729603e422786b9d44fee50f2ec255503d1d43 (diff)
downloadbcfg2-3cd34d135d6f3705862f0d1625c06a1669ec0023.tar.gz
bcfg2-3cd34d135d6f3705862f0d1625c06a1669ec0023.tar.bz2
bcfg2-3cd34d135d6f3705862f0d1625c06a1669ec0023.zip
POSIX: Add block/character/fifo devices (ticket #477)
This commit adds support for posix device types via Path entries in Bundler. The 'type' attribute for Path entries is now all lowercase. Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5470 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/types.xsd')
-rw-r--r--schemas/types.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index db85bbaab..f04c3140f 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -24,7 +24,7 @@
<xsd:simpleType name='PathTypeEnum'>
<xsd:restriction base='xsd:string'>
<xsd:enumeration value='ConfigFile' />
- <xsd:enumeration value='Device' />
+ <xsd:enumeration value='device' />
<xsd:enumeration value='Directory' />
<xsd:enumeration value='HardLink' />
<xsd:enumeration value='Perms' />