Skip to content

Can't find python3-venv on EL #415

@d1nuc0m

Description

@d1nuc0m

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions