Skip to content

Commit c30d437

Browse files
committed
Fix manage_pkg scope
1 parent d1fce60 commit c30d437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
$volume_groups = {},
77
) {
88

9-
if $::manage_pkg {
9+
if $manage_pkg {
1010
package { 'lvm2':
1111
ensure => $package_ensure
1212
}

0 commit comments

Comments
 (0)