-
-
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
Provider not working on Ubuntu 14.04 LTS ? #88
Comments
Same issue on Ubuntu 12.04.5 :(
|
have you installed the ifupdown-extra package? |
Thank you that was it..! Next time I'll RTFM puppet resource network_route ensure=present netmask=16 interface=eth0 network=10.2.0.0 gateway=10.1.0.1
|
Thanks! I really didn't see the dependency on the page. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am unable to get it working on an Ubuntu 14.04 LTS :
puppet resource network_route ensure=present netmask=16 interface=eth0 network=10.2.0.0 gateway=10.1.0.1
Forcing the provider :
puppet resource network_route ensure=present netmask=24 interface=eth0 network=10.2.0.0 gateway=10.1.0.1 provider=routes
Does someone face the same issue ?
The text was updated successfully, but these errors were encountered: