Added control on software.modules field.

This commit is contained in:
Christian P. MOMON 2021-01-07 00:10:08 +01:00
parent ab96966df0
commit b7d214d3b7

View file

@ -163,6 +163,7 @@ public class PropertyChecker
this.serviceRules.add("software.license.name", STRING, PropertyMode.MANDATORY);
this.serviceRules.add("software.version", STRING, PropertyMode.WISHED);
this.serviceRules.add("software.source.url", URL, PropertyMode.WISHED);
this.serviceRules.add("software.modules", STRING, PropertyMode.OPTIONAL);
this.serviceRules.add("host.name", STRING, PropertyMode.MANDATORY);
this.serviceRules.add("host.description", STRING, PropertyMode.OPTIONAL);