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 d3f315f commit 18bef76Copy full SHA for 18bef76
manifests/install.pp
@@ -50,7 +50,7 @@
50
name => $python,
51
}
52
53
- package { "virtualenv":
+ package { 'virtualenv':
54
ensure => $venv_ensure,
55
require => Package['python'],
56
@@ -143,8 +143,8 @@
143
144
145
Package <| title == 'python' |> {
146
- tag => 'python-scl-package',
147
- }
+ tag => 'python-scl-package',
+ }
148
149
Package <| title == 'virtualenv' |> {
150
name => "${python}-python-virtualenv",
manifests/virtualenv.pp
@@ -93,7 +93,7 @@
93
$python = $version ? {
94
'system' => 'python',
95
'pypy' => 'pypy',
96
- default => "${version}",
+ default => "python${version}",
97
98
99
if $virtualenv == undef {
0 commit comments