We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1fce60 commit c30d437Copy full SHA for c30d437
manifests/init.pp
@@ -6,7 +6,7 @@
6
$volume_groups = {},
7
) {
8
9
- if $::manage_pkg {
+ if $manage_pkg {
10
package { 'lvm2':
11
ensure => $package_ensure
12
}
0 commit comments