Skip to content

Commit 8f89cae

Browse files
committed
Fix uninitialized variable lint
1 parent 4c996a2 commit 8f89cae

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)