mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix comment
This commit is contained in:
parent
48f9755103
commit
8aef6e8aa9
1 changed files with 1 additions and 1 deletions
|
@ -2515,7 +2515,7 @@ class ProxyMinion(Minion):
|
|||
fq_proxyname = self.opts['pillar']['proxy']['proxytype']
|
||||
self.opts['proxy'] = self.opts['pillar']['proxy']
|
||||
|
||||
# # Need to load the modules so they get all the dunder variables
|
||||
# Need to load the modules so they get all the dunder variables
|
||||
self.functions, self.returners, self.function_errors = self._load_modules()
|
||||
|
||||
# we can then sync any proxymodules down from the master
|
||||
|
|
Loading…
Add table
Reference in a new issue