Added control on software.modules field.
This commit is contained in:
parent
ab96966df0
commit
b7d214d3b7
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue