Indentation.

This commit is contained in:
C. R. Oldham 2016-01-14 10:34:21 -07:00
parent 6c9bf76e19
commit 9e9a37d0d4

View File

@ -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']: