Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
use 'version' name specified directly
  • Loading branch information
epleterte committed May 31, 2016
commit d79ef1f09ae727e188addb2480543f050db5141b
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
$python = $::python::version ? {
'system' => 'python',
'pypy' => 'pypy',
default => "python${python::version}",
default => "${python::version}",
}

$pythondev = $::osfamily ? {
Expand Down