mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
doc: Remove curly brace expansion for custom var restriction
refs #10965
This commit is contained in:
parent
90cd481e84
commit
01e169b756
@ -49,7 +49,7 @@ Matches all custom variables on the second level which are equal to `mysql_passw
|
||||
|
||||
Matches all custom variables on the second level which end with `password`.
|
||||
|
||||
`host.vars.*.{mysql_password,ldap_password}`
|
||||
`host.vars.*.mysql_password,host.vars.*.ldap_password`
|
||||
|
||||
Matches all custorm variables on the second level which equal `mysql_password` or `ldap_password`.
|
||||
|
||||
@ -69,8 +69,6 @@ the following restriction.
|
||||
|
||||
Use backslash to escape the meta characters
|
||||
|
||||
* {
|
||||
* }
|
||||
* *
|
||||
* ,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user