mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #47027 from rallytime/bp-44508
Back-port #44508 to 2017.7
This commit is contained in:
commit
2e193cfb45
3 changed files with 5 additions and 1 deletions
|
@ -131,7 +131,8 @@ _TERM_FIELDS = {
|
|||
'flattened': False,
|
||||
'flattened_addr': None,
|
||||
'flattened_saddr': None,
|
||||
'flattened_daddr': None
|
||||
'flattened_daddr': None,
|
||||
'priority': None
|
||||
}
|
||||
|
||||
# IP-type fields
|
||||
|
@ -746,6 +747,7 @@ def get_term_config(platform,
|
|||
- flattened_addr
|
||||
- flattened_saddr
|
||||
- flattened_daddr
|
||||
- priority
|
||||
|
||||
.. note::
|
||||
The following fields can be also a single value and a list of values:
|
||||
|
|
|
@ -282,6 +282,7 @@ def load_term_config(filter_name,
|
|||
- flattened_addr
|
||||
- flattened_saddr
|
||||
- flattened_daddr
|
||||
- priority
|
||||
|
||||
.. note::
|
||||
The following fields can be also a single value and a list of values:
|
||||
|
|
|
@ -239,6 +239,7 @@ def term(name,
|
|||
- flattened_addr
|
||||
- flattened_saddr
|
||||
- flattened_daddr
|
||||
- priority
|
||||
|
||||
.. note::
|
||||
The following fields can be also a single value and a list of values:
|
||||
|
|
Loading…
Add table
Reference in a new issue