summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorTim Laszlo <tim.laszlo@gmail.com>2010-09-03 13:37:44 +0000
committerSol Jerome <sol.jerome@gmail.com>2010-09-04 16:12:37 -0500
commit096f6599527959e3ce327fbd24fe5c1cf0296845 (patch)
treee4855b6dfce831e02e21590cfeff506ec0edba3a /schemas
parent077fab0f2a37dfc6a0ba4b10f3481fe251a4c079 (diff)
downloadbcfg2-096f6599527959e3ce327fbd24fe5c1cf0296845.tar.gz
bcfg2-096f6599527959e3ce327fbd24fe5c1cf0296845.tar.bz2
bcfg2-096f6599527959e3ce327fbd24fe5c1cf0296845.zip
Repo validate fails for Path type="ignore"
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6050 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas')
-rw-r--r--schemas/types.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index 357c5173c..a6c9abfdc 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -27,6 +27,7 @@
<xsd:enumeration value='directory' />
<xsd:enumeration value='file' />
<xsd:enumeration value='hardlink' />
+ <xsd:enumeration value='ignore' />
<xsd:enumeration value='nonexistent' />
<xsd:enumeration value='permissions' />
<xsd:enumeration value='symlink' />