Call augeas load before reparsing modules to pick up the changes

This commit is contained in:
Erica Portnoy 2020-03-19 17:37:24 -07:00
parent 9fceeec18d
commit bc060c997e

View file

@ -1290,6 +1290,7 @@ class ApacheConfigurator(common.Installer):
self.enable_mod("socache_shmcb", temp=temp)
if "ssl_module" not in self.parser.modules:
self.enable_mod("ssl", temp=temp)
self.parser.aug.load()
self.parser.reset_modules() # Reset to load the new ssl_module path
# Call again because now we can gate on openssl version
self.install_ssl_options_conf(self.mod_ssl_conf,