Skip to content

Commit

Permalink
Fix python::virtualenv to allow virtualenv to require absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Dec 12, 2020
1 parent 21abb33 commit 3a7b285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/virtualenv.pp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
Integer $timeout = 1800,
String $pip_args = '',
String $extra_pip_args = '',
Optional[Stdlib::Absolutepath] $virtualenv = undef,
Optional[String[1]] $virtualenv = undef,
) {
include python

Expand Down

0 comments on commit 3a7b285

Please sign in to comment.