Skip to content

Commit

Permalink
* cosmetics
Browse files Browse the repository at this point in the history
* version for virtualenv is not the same as for python
  • Loading branch information
mkonietzny committed Sep 9, 2016
1 parent d3f315f commit 18bef76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
name => $python,
}

package { "virtualenv":
package { 'virtualenv':
ensure => $venv_ensure,
require => Package['python'],
}
Expand Down Expand Up @@ -143,8 +143,8 @@
}

Package <| title == 'python' |> {
tag => 'python-scl-package',
}
tag => 'python-scl-package',
}

Package <| title == 'virtualenv' |> {
name => "${python}-python-virtualenv",
Expand Down
2 changes: 1 addition & 1 deletion manifests/virtualenv.pp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
$python = $version ? {
'system' => 'python',
'pypy' => 'pypy',
default => "${version}",
default => "python${version}",
}

if $virtualenv == undef {
Expand Down

0 comments on commit 18bef76

Please sign in to comment.