Skip to content

Commit

Permalink
Quoted params to versioncmp in mod/alias.pp to avoid type error
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbsoft committed Jan 21, 2015
1 parent dd06847 commit a4cbf79
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 a4cbf79

Please sign in to comment.