Skip to content

Commit 8a0150f

Browse files
author
Matthew Schmitt
committed
Setting default value for python package name
1 parent e04a336 commit 8a0150f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/install.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
$python = $::python::version ? {
1919
'system' => 'python',
2020
'pypy' => 'pypy',
21-
default => "python${python::version}",
21+
default => "${python::version}-python",
2222
}
2323

2424
$pythondev = $::osfamily ? {

0 commit comments

Comments
 (0)