mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Fix an indentation error added accidentally
This commit is contained in:
parent
6e175ac182
commit
1b8ec74efd
1 changed files with 2 additions and 2 deletions
|
@ -322,8 +322,8 @@ class LocalClient(object):
|
|||
conf_file = self.opts.get('conf_file', 'the master config file')
|
||||
err = 'Node group {0} unavailable in {1}'.format(tgt, conf_file)
|
||||
raise SaltInvocationError(err)
|
||||
tgt = self.opts['nodegroups'][tgt]
|
||||
expr_form = 'compound'
|
||||
tgt = self.opts['nodegroups'][tgt]
|
||||
expr_form = 'compound'
|
||||
|
||||
# Run a check_minions, if no minions match return False
|
||||
# format the payload - make a function that does this in the payload
|
||||
|
|
Loading…
Add table
Reference in a new issue