summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-11-11 19:51:53 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-11-11 19:51:53 +0000
commit543de42b882a69bba3b01377535f3871deb13108 (patch)
tree2596015c82fb4f37289ea88d2f7fed34ebf81837 /schemas
parentd63ea8a2fe1484dae8f23d388bf9e5e93bd0afb9 (diff)
downloadbcfg2-543de42b882a69bba3b01377535f3871deb13108.tar.gz
bcfg2-543de42b882a69bba3b01377535f3871deb13108.tar.bz2
bcfg2-543de42b882a69bba3b01377535f3871deb13108.zip
Schema: Add missing element/attributes [bugfix]
* Add missing 'prune' attribute for Path entries * Allow for Path entries to be grouped in Rules (Reported by Thorsten Lockert) * Add 'target' attribute for new service mode Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5570 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas')
-rw-r--r--schemas/rules.xsd2
-rw-r--r--schemas/servicetype.xsd1
2 files changed, 3 insertions, 0 deletions
diff --git a/schemas/rules.xsd b/schemas/rules.xsd
index d9b99d63d..92ec68881 100644
--- a/schemas/rules.xsd
+++ b/schemas/rules.xsd
@@ -43,6 +43,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='PermissionsType'>
@@ -58,6 +59,7 @@
<xsd:element name='Directory' type='DirectoryType'/>
<xsd:element name='SymLink' type='SymLinkType'/>
<xsd:element name='Package' type='PackageType'/>
+ <xsd:element name='Path' type='PathType'/>
<xsd:element name='Permissions' type='PermissionsType'/>
<xsd:element name='Action' type='ActionType'/>
<xsd:element name='Group' type='RContainerType'/>
diff --git a/schemas/servicetype.xsd b/schemas/servicetype.xsd
index 99baf5963..56e15b060 100644
--- a/schemas/servicetype.xsd
+++ b/schemas/servicetype.xsd
@@ -28,6 +28,7 @@
<xsd:attribute name='restart' type='xsd:string'/>
<xsd:attribute name='supervised' type='xsd:string'/>
<xsd:attribute name='sequence' type='xsd:string'/>
+ <xsd:attribute name='target' type='xsd:string'/>
</xsd:complexType>
</xsd:schema>