mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Indentation.
This commit is contained in:
parent
6c9bf76e19
commit
9e9a37d0d4
@ -2559,11 +2559,11 @@ class ProxyMinion(Minion):
|
|||||||
self.opts['master'] = master
|
self.opts['master'] = master
|
||||||
|
|
||||||
self.opts['pillar'] = yield salt.pillar.get_async_pillar(
|
self.opts['pillar'] = yield salt.pillar.get_async_pillar(
|
||||||
self.opts,
|
self.opts,
|
||||||
self.opts['grains'],
|
self.opts['grains'],
|
||||||
self.opts['id'],
|
self.opts['id'],
|
||||||
self.opts['environment'],
|
self.opts['environment'],
|
||||||
pillarenv=self.opts.get('pillarenv'),
|
pillarenv=self.opts.get('pillarenv'),
|
||||||
).compile_pillar()
|
).compile_pillar()
|
||||||
|
|
||||||
if 'proxy' not in self.opts['pillar']:
|
if 'proxy' not in self.opts['pillar']:
|
||||||
|
Loading…
Reference in New Issue
Block a user