-
- Downloads
There was an error fetching the commit references. Please try again later.
Add variable $standard_version to apache class.
This will hold the version (major.minor, e.g. "2.2" or "2.4") of Apache httpd that comes default with each operating system, so that other parts of this module can do things differently depending on the httpd version. Currently we know which httpd comes with EL-6 and EL-7. Note that this might not be the version that actually gets installed, if the user has extra package repositories configured. We could possibly let users declare which version is used with a parametrized class, but this will have to do for now.
Please register or sign in to comment