-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
unable to set /32 route #281
Comments
Did some more digging 22.7.32.61/32 via 10.32.20.122 dev eth0 if couldn't handle it and was balking at that. |
Still getting this after reboot of the node Error: /Stage[main]/Role::Ybdns::R20211224/Network_route[22.7.32.61]: Could not evaluate: undefined method `[]' for nil:NilClass network_route { '22.7.32.61':
ensure => 'present',
gateway => '10.32.20.122',
netmask => '255.255.255.255',
network => '22.7.32.61',
interface => 'eth0',
}
|
This was referenced May 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I have this set
network_route { '22.7.32.61':
ensure => 'present',
gateway => '10.32.20.122',
netmask => '255.255.255.255',
network => '22.7.32.61',
}
and it fails
Error: Could not prefetch network_route provider 'redhat': invalid address: 32
Warning: /Stage[main]/Role::Ybdns::R20211224/Network_route[22.7.32.61]: Skipping because provider prefetch failed
when i try this
puppet resource network_route 22.7.32.61
I get this
Error: Could not run: invalid address: 32
The text was updated successfully, but these errors were encountered: