mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Remove redundant assignment
This commit is contained in:
parent
624072ebae
commit
42fd48db71
@ -249,8 +249,6 @@ class SMinion(object):
|
||||
functions for general use.
|
||||
'''
|
||||
def __init__(self, opts):
|
||||
# Generate all of the minion side components
|
||||
self.opts = opts
|
||||
# Late setup of the opts grains, so we can log from the grains module
|
||||
opts['grains'] = salt.loader.grains(opts)
|
||||
self.opts = opts
|
||||
|
Loading…
Reference in New Issue
Block a user