mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-09 22:31:53 +00:00
Force a delay before accepting the key
This commit is contained in:
parent
6bd9a4268f
commit
74513625f0
1 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,12 @@
|
|||
delay:
|
||||
module.run:
|
||||
- name: test.sleep
|
||||
- kargs:
|
||||
length: 5
|
||||
|
||||
accept_minion_key:
|
||||
salt.wheel:
|
||||
- name: key.accept
|
||||
- match: salt
|
||||
- require:
|
||||
- delay
|
||||
|
|
Loading…
Add table
Reference in a new issue