mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
minionswarm.py: use predictable random numbers
This commit is contained in:
parent
79b6fa5cc4
commit
f454dbd84c
1 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,8 @@ class Swarm(object):
|
|||
|
||||
self.confs = set()
|
||||
|
||||
random.seed(0)
|
||||
|
||||
def _pki_dir(self):
|
||||
'''
|
||||
Create the shared pki directory
|
||||
|
|
Loading…
Add table
Reference in a new issue