Skip to content

Commit

Permalink
Merge pull request #947 from justinstoller/maint/master/fix-lint
Browse files Browse the repository at this point in the history
Fix uninitialized variable lint
  • Loading branch information
cmurphy committed Dec 3, 2014
2 parents 4c996a2 + 8f89cae commit fee6749
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifests/mod/version.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
class apache::mod::version {
class apache::mod::version(
$apache_version = $::apache::apache_version
) {

if ($::osfamily == 'debian' and versioncmp($apache_version, '2.4') >= 0) {
warning("${module_name}: module version_module is built-in and can't be loaded")
Expand Down

0 comments on commit fee6749

Please sign in to comment.