From 42188480d4b38dc76179b5f45c327f52be035799 Mon Sep 17 00:00:00 2001 From: "C. R. Oldham" Date: Wed, 7 Oct 2015 16:44:39 -0600 Subject: [PATCH] Fix comment --- salt/minion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/minion.py b/salt/minion.py index 5ea2a73254..c6f54d6756 100644 --- a/salt/minion.py +++ b/salt/minion.py @@ -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