Skip to content

Commit 29da63e

Browse files
committed
Try manage it this way as SC does not have epel for 8 yet
1 parent b65b540 commit 29da63e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manifests/install.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
default => $python::virtualenv,
3535
}
3636

37-
$virtualenv_package = $python::virtualenv_package ? {
37+
$install_virtualenv_package = $python::virtualenv_package ? {
3838
undef => "${python}-virtualenv",
3939
default => $python::virtualenv_package
4040
}
@@ -61,7 +61,7 @@
6161

6262
package { 'virtualenv':
6363
ensure => $venv_ensure,
64-
name => "${python}-virtualenv",
64+
name => $install_virtualenv_package,
6565
require => Package['python'],
6666
}
6767

0 commit comments

Comments
 (0)