Added service.install.type property check.
This commit is contained in:
parent
726f4fccfa
commit
80fce490ce
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ public class PropertyChecker
|
||||||
this.serviceRules.add("service.status.level", "^(OK|WARNING|ALERT|ERROR|OVER|VOID)$", PropertyMode.MANDATORY);
|
this.serviceRules.add("service.status.level", "^(OK|WARNING|ALERT|ERROR|OVER|VOID)$", PropertyMode.MANDATORY);
|
||||||
this.serviceRules.add("service.status.description", STRING, PropertyMode.OPTIONAL);
|
this.serviceRules.add("service.status.description", STRING, PropertyMode.OPTIONAL);
|
||||||
this.serviceRules.add("service.registration", "^(None|Free|Member|Client)([,;+](None|Free|Member|Client))?$", PropertyMode.MANDATORY);
|
this.serviceRules.add("service.registration", "^(None|Free|Member|Client)([,;+](None|Free|Member|Client))?$", PropertyMode.MANDATORY);
|
||||||
this.serviceRules.add("service.package.type", "^(DISTRIB|CLONEREPO|ARCHIVE|SOURCES|CONTAINER)$", PropertyMode.MANDATORY);
|
this.serviceRules.add("service.install.type", "^(DISTRIBUTION|PROVIDER|PACKAGE|CLONEREPO|ARCHIVE|SOURCES|CONTAINER)$", PropertyMode.MANDATORY);
|
||||||
|
|
||||||
this.serviceRules.add("software.name", STRING, PropertyMode.MANDATORY);
|
this.serviceRules.add("software.name", STRING, PropertyMode.MANDATORY);
|
||||||
this.serviceRules.add("software.website", URL, PropertyMode.WISHED);
|
this.serviceRules.add("software.website", URL, PropertyMode.WISHED);
|
||||||
|
|
Loading…
Reference in a new issue