mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix example of function argument limiting (#37584)
This commit is contained in:
parent
2810b85cac
commit
928462df1d
1 changed files with 4 additions and 4 deletions
|
@ -121,12 +121,12 @@ Positional arguments or keyword arguments to functions can also be whitelisted.
|
|||
my_user:
|
||||
- '*':
|
||||
- 'my_mod.*':
|
||||
args:
|
||||
args:
|
||||
- 'a.*'
|
||||
- 'b.*'
|
||||
kwargs:
|
||||
'kwa': 'kwa.*'
|
||||
'kwb': 'kwb'
|
||||
kwargs:
|
||||
'kwa': 'kwa.*'
|
||||
'kwb': 'kwb'
|
||||
|
||||
The rules:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue