mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fix a ==, really Tom?
This commit is contained in:
parent
fe42002392
commit
9d3eafe62a
@ -26,7 +26,7 @@ class Key(object):
|
||||
if key_type == 'pre':
|
||||
subdir = 'minions_pre'
|
||||
elif key_type == 'acc':
|
||||
subdir == 'minions'
|
||||
subdir = 'minions'
|
||||
dir_ = os.path.join(self.opts['pki_dir'], subdir)
|
||||
if not os.path.isdir(dir_):
|
||||
err = 'The ' + subdir + ' directory is not present, ensure that'\
|
||||
|
Loading…
Reference in New Issue
Block a user