Skip to content

Commit

Permalink
Workaround CI failure with explicit lookup
Browse files Browse the repository at this point in the history
I would expect Automatic Parameter Lookup to do exactly this, but it
does not.
  • Loading branch information
smortex committed Mar 21, 2023
1 parent 5ccfca4 commit d12d59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/pip.pp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# }
#
define python::pip (
String[1] $group,
String[1] $group = lookup('python::pip::group'),
String[1] $pkgname = $name,
Variant[Enum[present, absent, latest], String[1]] $ensure = present,
Variant[Enum['system'], Stdlib::Absolutepath] $virtualenv = 'system',
Expand Down

0 comments on commit d12d59e

Please sign in to comment.