We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ccfca4 commit d12d59eCopy full SHA for d12d59e
manifests/pip.pp
@@ -49,7 +49,7 @@
49
# }
50
#
51
define python::pip (
52
- String[1] $group,
+ String[1] $group = lookup('python::pip::group'),
53
String[1] $pkgname = $name,
54
Variant[Enum[present, absent, latest], String[1]] $ensure = present,
55
Variant[Enum['system'], Stdlib::Absolutepath] $virtualenv = 'system',
0 commit comments