Showing with 3 additions and 1 deletion.
  1. +1 −1 Modulefile
  2. +1 −0 manifests/install.pp
  3. +1 −0 manifests/virtualenv.pp
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'stankevich-python'
version '1.7.0'
version '1.7.1'

author 'Sergey Stankevich'
license 'Apache License, Version 2.0'
Expand Down
1 change: 1 addition & 0 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

$python = $python::version ? {
'system' => 'python',
'pypy' => 'pypy',
default => "python${python::version}",
}

Expand Down
1 change: 1 addition & 0 deletions manifests/virtualenv.pp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@

$python = $version ? {
'system' => 'python',
'pypy' => 'pypy',
default => "python${version}",
}

Expand Down