summaryrefslogtreecommitdiffstats
path: root/schemas/pkglist.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-06-12 15:12:25 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-06-12 15:12:25 +0000
commit495f950666bb59ebc380101cd902415c211124a2 (patch)
tree8b32215f0d1bd171d5abd212683bee8b9da9eae4 /schemas/pkglist.xsd
parentf8ccb25a9300942006881bb371fde040d5c87147 (diff)
downloadbcfg2-495f950666bb59ebc380101cd902415c211124a2.tar.gz
bcfg2-495f950666bb59ebc380101cd902415c211124a2.tar.bz2
bcfg2-495f950666bb59ebc380101cd902415c211124a2.zip
RPMng fixes from mbrady
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3288 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/pkglist.xsd')
-rw-r--r--schemas/pkglist.xsd3
1 files changed, 3 insertions, 0 deletions
diff --git a/schemas/pkglist.xsd b/schemas/pkglist.xsd
index d46f1d9b0..d4828716a 100644
--- a/schemas/pkglist.xsd
+++ b/schemas/pkglist.xsd
@@ -33,6 +33,9 @@
<xsd:attribute name='simplefile' type='xsd:string'/>
<xsd:attribute name='pkg_verify' type='xsd:string'/>
<xsd:attribute name='verify_flags' type='xsd:string'/>
+ <xsd:attribute name='installed_action' type='xsd:string'/>
+ <xsd:attribute name='version_fail_action' type='xsd:string'/>
+ <xsd:attribute name='verify_fail_action' type='xsd:string'/>
</xsd:complexType>
</xsd:element>
</xsd:choice>