Skip to content

Commit

Permalink
fix puppet 4.0 type compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Apr 23, 2015
1 parent 7f67f6b commit 83bbcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
$default_options = undef

# smartd.conf < 5.43 does not support the 'DEFAULT' directive
if versioncmp($::smartmontools_version, 5.43) >= 0 {
if versioncmp($::smartmontools_version, '5.43') >= 0 {
$enable_default = true
} else {
$enable_default = false
Expand Down

0 comments on commit 83bbcb3

Please sign in to comment.