Skip to content

Commit

Permalink
Merge pull request #261 from Asher256/hotfix-virtualenv-version
Browse files Browse the repository at this point in the history
Bug virtualenv instead of virtualenv-$version
  • Loading branch information
Shiva Poudel committed Nov 18, 2015
2 parents cbb5c8b + 5d4e48c commit acebd44
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions manifests/virtualenv.pp
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,7 @@
}

if $virtualenv == undef {
$used_virtualenv = $version ? {
'system' => 'virtualenv',
default => "virtualenv-${version}",
}
$used_virtualenv = 'virtualenv'
} else {
$used_virtualenv = $virtualenv
}
Expand Down

0 comments on commit acebd44

Please sign in to comment.