mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Make x509_v2 compound match detection use match runner
This commit is contained in:
parent
099962909f
commit
cd8cb61196
2 changed files with 6 additions and 2 deletions
|
@ -208,8 +208,10 @@ def x509_master_config(ca_minion_id):
|
|||
".*": [
|
||||
"x509.sign_remote_certificate",
|
||||
],
|
||||
},
|
||||
"peer_run": {
|
||||
ca_minion_id: [
|
||||
"match.compound",
|
||||
"match.compound_matches",
|
||||
],
|
||||
},
|
||||
}
|
||||
|
|
|
@ -222,8 +222,10 @@ def x509_master_config(ca_minion_id):
|
|||
".*": [
|
||||
"x509.sign_remote_certificate",
|
||||
],
|
||||
},
|
||||
"peer_run": {
|
||||
ca_minion_id: [
|
||||
"match.compound",
|
||||
"match.compound_matches",
|
||||
],
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue