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

Fix validate_ip_address to prevent Puppet 6 failures #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dlowless
Copy link

No description provided.

@jonlil
Copy link

jonlil commented Jan 15, 2024

Just bumped into this issue and it seems like this module cannot work without this (3 years old fix).

Error: Could not retrieve catalog from remote server: Error 500 on SERVER:   
Server Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Unknown resource type:  
 'validate_ip_address' (file: /etc/puppetlabs/code/environments/production/modules/network/manifests/if/static.pp, line: 93,  
 column: 7) (file: /etc/puppetlabs/code/environments/production/manifests/example/manifests/legacy_network.pp, line: 43) on node mta-01.example.io

Passing an Array of IPv6 addresses as

 network::if::static { 'interface':
    ...
    ipv6address    => [...more then 1 address],
  }

@jonlil
Copy link

jonlil commented Jan 15, 2024

@razorsedge - is this project still maintained?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants