Disable Apache 2.2 support

This commit is contained in:
Brad Warren
2016-01-13 16:17:26 -08:00
parent 9500f2b3c3
commit 8989dfc1ff
@@ -154,7 +154,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
# Set Version
if self.version is None:
self.version = self.get_version()
if self.version < (2, 2):
if self.version < (2, 4):
raise errors.NotSupportedError(
"Apache Version %s not supported.", str(self.version))