mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Typo
This commit is contained in:
parent
689d95b10f
commit
2006c4000e
1 changed files with 1 additions and 1 deletions
|
@ -3023,7 +3023,7 @@ class ProxyMinion(Minion):
|
|||
pillarenv=self.opts.get('pillarenv'),
|
||||
).compile_pillar()
|
||||
|
||||
if 'proxy' not in self.opts['pillar'] and 'proxy' not in self.opts::
|
||||
if 'proxy' not in self.opts['pillar'] and 'proxy' not in self.opts:
|
||||
errmsg = 'No proxy key found in pillar or config for id '+self.opts['id']+'. '+\
|
||||
'Check your pillar/opts configuration and contents. Salt-proxy aborted.'
|
||||
log.error(errmsg)
|
||||
|
|
Loading…
Add table
Reference in a new issue