summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--schemas/report-configuration.xsd4
-rwxr-xr-xsrc/sbin/bcfg2-repo-validate2
2 files changed, 3 insertions, 3 deletions
diff --git a/schemas/report-configuration.xsd b/schemas/report-configuration.xsd
index 7aca20991..fad37e1e0 100644
--- a/schemas/report-configuration.xsd
+++ b/schemas/report-configuration.xsd
@@ -37,7 +37,7 @@
<xs:restriction base="xs:string">
<xs:enumeration value="nodes-individual"/>
<xs:enumeration value="nodes-digest"/>
- <xs:enumeration value="stats-overview"/>
+ <xs:enumeration value="overview-stats"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
@@ -58,4 +58,4 @@
</xs:sequence>
</xs:complexType>
</xs:element>
-</xs:schema> \ No newline at end of file
+</xs:schema>
diff --git a/src/sbin/bcfg2-repo-validate b/src/sbin/bcfg2-repo-validate
index df6c3442d..2efef0dc0 100755
--- a/src/sbin/bcfg2-repo-validate
+++ b/src/sbin/bcfg2-repo-validate
@@ -37,7 +37,7 @@ if __name__ == '__main__':
'pkglist':("%s/Pkgmgr/*.xml", "%s/pkglist.xsd"),
'base':("%s/Base/*.xml", "%s/base.xsd"),
'rules':("%s/Rules/*.xml", "%s/rules.xsd"),
- 'imageinfo':("%s/etc/reports.xml", "%s/report-configuration.xsd"),
+ 'imageinfo':("%s/etc/report-configuration.xml", "%s/report-configuration.xsd"),
'services':("%s/Svcmgr/*.xml", "%s/services.xsd"),
'deps':("%s/Deps/*.xml", "%s/deps.xsd")}