We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21abb33 commit 911d406Copy full SHA for 911d406
manifests/virtualenv.pp
@@ -49,7 +49,7 @@
49
Integer $timeout = 1800,
50
String $pip_args = '',
51
String $extra_pip_args = '',
52
- Optional[Stdlib::Absolutepath] $virtualenv = undef,
+ Optional[String[1]] $virtualenv = undef,
53
) {
54
include python
55
0 commit comments