Skip to content

Commit

Permalink
Merge pull request #312 from epleterte/explicit_default_version
Browse files Browse the repository at this point in the history
use 'version' name specified directly
  • Loading branch information
stankevich authored Jul 18, 2016
2 parents 527164e + d79ef1f commit c409b0b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c409b0b

Please sign in to comment.