mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
minionswarm.py: use predictable random numbers
This commit is contained in:
parent
79b6fa5cc4
commit
f454dbd84c
@ -158,6 +158,8 @@ class Swarm(object):
|
|||||||
|
|
||||||
self.confs = set()
|
self.confs = set()
|
||||||
|
|
||||||
|
random.seed(0)
|
||||||
|
|
||||||
def _pki_dir(self):
|
def _pki_dir(self):
|
||||||
'''
|
'''
|
||||||
Create the shared pki directory
|
Create the shared pki directory
|
||||||
|
Loading…
Reference in New Issue
Block a user