Fix comment

This commit is contained in:
C. R. Oldham 2015-10-07 16:44:39 -06:00
parent 4112c583e4
commit 42188480d4

View File

@ -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