Skip to content

Commit fee6749

Browse files
committed
Merge pull request #947 from justinstoller/maint/master/fix-lint
Fix uninitialized variable lint
2 parents 4c996a2 + 8f89cae commit fee6749

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

manifests/mod/version.pp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
class apache::mod::version {
1+
class apache::mod::version(
2+
$apache_version = $::apache::apache_version
3+
) {
24

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

0 commit comments

Comments
 (0)