We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db0d240 + a4cbf79 commit 6542519Copy full SHA for 6542519
1 file changed
manifests/mod/alias.pp
@@ -1,7 +1,7 @@
1
class apache::mod::alias(
2
$apache_version = $apache::apache_version
3
) {
4
- $ver24 = versioncmp($apache_version, 2.4) >= 0
+ $ver24 = versioncmp($apache_version, '2.4') >= 0
5
6
$icons_path = $::osfamily ? {
7
'debian' => '/usr/share/apache2/icons',
0 commit comments