diff --git a/salt/utils/parsers.py b/salt/utils/parsers.py index a16cddd86d..28f2e45255 100644 --- a/salt/utils/parsers.py +++ b/salt/utils/parsers.py @@ -238,6 +238,11 @@ class MergeConfigMixIn(object): # value, this allows to tweak settings on the configuration # files bypassing the shell option flags self.config[option.dest] = value + elif option.dest in self.config: + # Let's update the option value with the one from the + # configuration file. This allows the parsers to make use of + # the updated value by using self.options.