mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix test autosign files by using regexes
This commit is contained in:
parent
3c0b324452
commit
a546bac5f8
2 changed files with 4 additions and 5 deletions
|
@ -1,3 +1,2 @@
|
|||
minion
|
||||
sub_minion
|
||||
syndic
|
||||
# match everything
|
||||
*
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
sub_minion
|
||||
syndic
|
||||
# match everything expect 'minion'
|
||||
^(?!minion$)
|
||||
|
|
Loading…
Add table
Reference in a new issue