Skip to content

Commit 911d406

Browse files
committed
Fix python::virtualenv to allow virtualenv to not require absolute path
1 parent 21abb33 commit 911d406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/virtualenv.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
Integer $timeout = 1800,
5050
String $pip_args = '',
5151
String $extra_pip_args = '',
52-
Optional[Stdlib::Absolutepath] $virtualenv = undef,
52+
Optional[String[1]] $virtualenv = undef,
5353
) {
5454
include python
5555

0 commit comments

Comments
 (0)