Skip to content

Commit bddf049

Browse files
committed
fix Gentoo support
The hardcoded package name wasn't available on Gentoo. The tests correctly discover this, but the Gentoo parts weren't executed for a long time, because of missing facts in facterdb.
1 parent 5d311d1 commit bddf049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/install.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
Package <| title == 'virtualenv' |> {
9797
name => 'virtualenv',
9898
provider => 'pip',
99-
require => Package['python-dev']
99+
require => Package[$pythondev],
100100
}
101101
}
102102
'scl': {

0 commit comments

Comments
 (0)