-
-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Description
Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: Not relevant
- Ruby: Not relevant
- Distribution: Enterprise Linux family
- Module version: 10.0.0
How to reproduce
class { 'puppetboard':
manage_virtualenv => true,
secret_key => fqdn_rand_string(32),
python_version => '3.9',
}
What are you seeing
The module tries to install python3-venv
that is not available on EL
What behaviour did you expect instead
Some time ago it worked and installed puppetboard, maybe it's related to python module?
Output log
Error: Execution of '/bin/dnf -d 0 -e 1 -y install python3-venv' returned 1: Error: Unable to find a match: python3-venv
Error: /Stage[main]/Python::Install/Package[python-venv]/ensure: change from 'purged' to 'present' failed: Execution of '/bin/dnf -d 0 -e 1 -y install python3-venv' returned 1: Error: Unable to find a match: python3-venv
Metadata
Metadata
Assignees
Labels
No labels