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 7cd9f6d commit 3a3026eCopy full SHA for 3a3026e
manifests/pip.pp
@@ -54,7 +54,7 @@
54
Enum['pip', 'pip3'] $pip_provider = 'pip',
55
Variant[Boolean, String] $url = false,
56
String[1] $owner = 'root',
57
- $group = getparam(Class['python'], 'group'),
+ $group = getvar('python::params::group'),
58
$umask = undef,
59
$index = false,
60
Variant[Boolean, String] $proxy = false,
0 commit comments