summaryrefslogtreecommitdiffstats
path: root/schemas/rules.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-10-02 19:55:20 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-10-02 19:55:20 +0000
commit46707594044bc6c84264ed45c70d9a40dbe0f011 (patch)
treef0ffcb64252395d9cf4ac1049a07d1d2ba78caa8 /schemas/rules.xsd
parent2d095a5b31d4485673693aa676bd01a53e1033f5 (diff)
downloadbcfg2-46707594044bc6c84264ed45c70d9a40dbe0f011.tar.gz
bcfg2-46707594044bc6c84264ed45c70d9a40dbe0f011.tar.bz2
bcfg2-46707594044bc6c84264ed45c70d9a40dbe0f011.zip
Implement prune mode for directories (only bundle entries are allowed in the directory)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3772 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/rules.xsd')
-rw-r--r--schemas/rules.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/rules.xsd b/schemas/rules.xsd
index 0cf975ee6..a66a01ad7 100644
--- a/schemas/rules.xsd
+++ b/schemas/rules.xsd
@@ -48,6 +48,7 @@
<xsd:attribute type='xsd:string' name='perms'/>
<xsd:attribute type='xsd:string' name='owner'/>
<xsd:attribute type='xsd:string' name='group'/>
+ <xsd:attribute type='xsd:string' name='prune'/>
</xsd:complexType>
<xsd:complexType name='ActionType'>