-
-
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
Duplicate declaration for python$version-venv #517
Comments
Will provide a PR |
Also reproducible with this code: $python3_venv_package = 'python3.6-venv'
ensure_packages ($python3_venv_package, {
before => File['/opt/test2'],
})
file { '/opt/test2':
ensure => directory,
}
ensure_packages ($python3_venv_package, {
before => File['/opt/test1'],
})
file { '/opt/test1':
ensure => directory,
} Could be introduced by puppetlabs/puppetlabs-stdlib@9cdbbcc#diff-371173ef002424744f2dbf1a0afdfcd6 |
baurmatt
added a commit
to syseleven/puppet-python
that referenced
this issue
Nov 26, 2019
baurmatt
added a commit
to syseleven/puppet-python
that referenced
this issue
Nov 26, 2019
baurmatt
added a commit
to syseleven/puppet-python
that referenced
this issue
Nov 26, 2019
baurmatt
added a commit
to syseleven/puppet-python
that referenced
this issue
Nov 26, 2019
krissik
pushed a commit
to krissik/puppet-python
that referenced
this issue
Jul 30, 2020
russellshackleford
pushed a commit
to russellshackleford/puppet-python
that referenced
this issue
Sep 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
What behaviour did you expect instead
Creates two pyvenvs.
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: