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 69df496 commit 3f6f7bbCopy full SHA for 3f6f7bb
1 file changed
manifests/install.pp
@@ -72,9 +72,7 @@
72
}
73
74
# Install pip without pip, see https://pip.pypa.io/en/stable/installing/.
75
- class { 'python::pip::boostrap':
76
- version => 'pip',
77
- }
+ class { 'python::pip::boostrap':; }
78
79
Exec['bootstrap pip'] -> File['pip-python'] -> Package <| provider == pip |>
80
0 commit comments