-
-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impossible to use version number in Ubuntu 16.04 #448
Comments
I hit the same problem. To me it looks like two bugs:
Workaround:
YAML:
|
jradmacher
added a commit
to emetriq/puppet-python
that referenced
this issue
Dec 6, 2018
Fixes issue voxpupuli#448, "Impossible to use version number in Ubuntu 16.04" 1) It does not make sense to restrict the allowed python versions per distribution. Newer distribution releases add new python versions and you can add repositories containing backports. 2) The List was outdated.
jradmacher
added a commit
to emetriq/puppet-python
that referenced
this issue
Jan 2, 2019
Fixes issue voxpupuli#448, "Impossible to use version number in Ubuntu 16.04" 1) It does not make sense to restrict the allowed python versions per distribution. Newer distribution releases add new python versions and you can add repositories containing backports. 2) The List was outdated. Note: python version is needed for spec test
jradmacher
added a commit
to emetriq/puppet-python
that referenced
this issue
Jan 3, 2019
Fixes issue voxpupuli#448, "Impossible to use version number in Ubuntu 16.04" 1) It does not make sense to restrict the allowed python versions per distribution. Newer distribution releases add new python versions and you can add repositories containing backports. 2) The List was outdated. Note: python version is needed for spec test
jradmacher
added a commit
to emetriq/puppet-python
that referenced
this issue
Feb 12, 2019
Fixes issue voxpupuli#448, "Impossible to use version number in Ubuntu 16.04" 1) It does not make sense to restrict the allowed python versions per distribution. Newer distribution releases add new python versions and you can add repositories containing backports. 2) The List was outdated. Note: python version is needed for spec test
feltra
pushed a commit
to feltra/puppet-python
that referenced
this issue
Mar 26, 2019
Fixes issue voxpupuli#448, "Impossible to use version number in Ubuntu 16.04" 1) It does not make sense to restrict the allowed python versions per distribution. Newer distribution releases add new python versions and you can add repositories containing backports. 2) The List was outdated. Note: python version is needed for spec test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to make puppet install python3 on a host and use pip3 provider
My manifest:
puppet run output error
If I try to use
I get:
Is it a bug or I miss something here?
I am new to puppet but I am just wondering when I will meet the condition here:
puppet-python/manifests/install.pp
Line 236 in f274e51
The text was updated successfully, but these errors were encountered: