...
- + means all hosts at that level and below in the hierarchy.
- * means only hosts at that level.
Note |
---|
The restriction value is actually evaluated as an expression, and is specified in a "this cluster |
...
OR that cluster |
...
OR the other cluster" type of string, with the "||" symbol to mean |
...
OR |
Example
Allows hosts/jobs in /hello/world, but do not include lower levels:
/hello/world
Allows hosts/jobs in /goodhello/bye world and all levels below:
/hello/world/+
...