Skip to content
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

Dependency on stdlib versions incorrect for version 5.1.0 ; types/ip/address/v6/cidr.pp and type Stdlib::IP::Address::V6::CIDR does not exist in 4.25.0 #224

Closed
cestith opened this issue Apr 23, 2020 · 0 comments · Fixed by #225
Labels
bug Something isn't working

Comments

@cestith
Copy link

cestith commented Apr 23, 2020

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 5.5.19
  • Ruby: 2.0
  • Distribution: CentOS 7.7
  • Module version: 5.1.0

How to reproduce (e.g Puppet code you use)

stdlib 4.25.1

What are you seeing

Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Resource type not found: Stdlib::IP::Address::V6::CIDR

What behaviour did you expect instead

catalog compilation and application

Output log

Any additional information you'd like to impart

The depenencies for version 5.1.0 list >=4.25.0 of stdlib but this type was introduced in 5.2.0

alexjfisher added a commit to alexjfisher/puppet-snmp that referenced this issue Apr 24, 2020
`Stdlib::IP::Address::V6::CIDR` was introduced in stdlib 5.2.0

Fixes voxpupuli#224
@alexjfisher alexjfisher added the bug Something isn't working label Apr 24, 2020
@alexjfisher alexjfisher changed the title dependency on stdlib versions incorrect for version 5.1.0 ; types/ip/address/v6/cidr.pp and type Stdlib::IP::Address::V6::CIDR does not seem to exist in 4.25.0 Dependency on stdlib versions incorrect for version 5.1.0 ; types/ip/address/v6/cidr.pp and type Stdlib::IP::Address::V6::CIDR does not exist in 4.25.0 Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants