Skip to content

Commit d12d59e

Browse files
committed
Workaround CI failure with explicit lookup
I would expect Automatic Parameter Lookup to do exactly this, but it does not.
1 parent 5ccfca4 commit d12d59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/pip.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# }
5050
#
5151
define python::pip (
52-
String[1] $group,
52+
String[1] $group = lookup('python::pip::group'),
5353
String[1] $pkgname = $name,
5454
Variant[Enum[present, absent, latest], String[1]] $ensure = present,
5555
Variant[Enum['system'], Stdlib::Absolutepath] $virtualenv = 'system',

0 commit comments

Comments
 (0)