-
-
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
ipaddress gem requirement missing from readme #128
Comments
Also, maybe it's required on the master too. I'll look into this a bit more and make sure I know what is needed where, but this gem is definitely required somewhere at some point for puppet-network to work. |
that should probably have an but another question: how, exactly, do you run a puppet infra without the |
@igalic well, we use the still, I'd like to be able to able to install |
It doesn't look like what I described in #129 will work so I might just close that issue. However I think that the docs should explicitly say that the |
As of this pull request, puppet-network uses ipaddress.
Not having it installed on the puppet agent will cause puppet agent -t to fail with an error like
Could not autoload puppet/type/network_config: cannot load such file -- ipaddress
running
sudo gem install ipaddress
on the agent fixes this.This requirement is not reflected in the Readme. I will work on a pull request that will add to the README an explanation of this along with an example on how to install this gem using puppet.
The text was updated successfully, but these errors were encountered: