We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c996a2 + 8f89cae commit fee6749Copy full SHA for fee6749
manifests/mod/version.pp
@@ -1,4 +1,6 @@
1
-class apache::mod::version {
+class apache::mod::version(
2
+ $apache_version = $::apache::apache_version
3
+) {
4
5
if ($::osfamily == 'debian' and versioncmp($apache_version, '2.4') >= 0) {
6
warning("${module_name}: module version_module is built-in and can't be loaded")
0 commit comments