-
Notifications
You must be signed in to change notification settings - Fork 70
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
Configuration of apt / yum repository #30
Comments
Did you try to use the manage_install parameter to ignore the module installation or you want to have an way that inside this module you can provide custom repo's ? |
I just need an additional parameter to enable/disable the include of class repo.pp. In some cases the user might be interested in using his local mirror instead of the public mirror of InfluxData. |
agreed, it would be great if the module could be configurable to simply install the influxdb package. In my case I use Foreman to manage local repo mirrors (as the influx servers don't have access to the interwebs) |
+1 to make the upstream repo optional. I'd like to install from my own repository instead. |
At my current assignment we manage local repo mirrors. I've made pull request #38 to make repo management optional. |
Please make this optional. The user should be able to configure its own repository.
https://github.com/n1tr0g/golja-influxdb/blob/master/manifests/server/install.pp#L17
The text was updated successfully, but these errors were encountered: