mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix incorrect reference to opts dict
This commit is contained in:
parent
8c1b94ae99
commit
cc7f93d93c
1 changed files with 1 additions and 1 deletions
|
@ -50,5 +50,5 @@ class Minion(object):
|
|||
'''
|
||||
Execute this method to start up a minion.
|
||||
'''
|
||||
minion = salt.Minion(opts)
|
||||
minion = salt.Minion(self.opts)
|
||||
minion.tune_in()
|
||||
|
|
Loading…
Add table
Reference in a new issue