Skip to content

Commit

Permalink
fix versioncmp test in mod::alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jlambert121 committed Jan 17, 2015
1 parent dd06847 commit 3c3df65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/mod/alias.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class apache::mod::alias(
$apache_version = $apache::apache_version
) {
$ver24 = versioncmp($apache_version, 2.4) >= 0
$ver24 = versioncmp($apache_version, '2.4') >= 0

$icons_path = $::osfamily ? {
'debian' => '/usr/share/apache2/icons',
Expand Down

0 comments on commit 3c3df65

Please sign in to comment.