-
Notifications
You must be signed in to change notification settings - Fork 116
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
Feature request: add ability to not manage yum repo file #153
Comments
By the way, this is because at some point the default for $repo became 'cloudera' instead of undef. It was a very good default for my particular case. |
The possibility to configure custom repository was originally introduced in #40 with @dhoppe is it ok to revert this change? Pinpointing to specific release should be done for certain OS release, not globally. |
@deric Sounds reasonable. I was not thinking about private repositories at all. |
Hello! Where are you going to deliver fixes to disable the problem with setting up Cloudera repo by default? |
It seems like the cloudera repo is not available, which causes the puppet run to fail any yum installs. I don't use the repo and download a custom version of zookeeper, is it possible to disable the repo all together? I had a look at the code and it seems that the "enabled => 1" option is hard coded on the custom repo, everything else is a variable, is it possible to set a variable on this too? That would work for the removal of the repo, just disable it. |
In |
Hi,
I need to use a custom internal repo. That repo is already setup by another module that is central to my infrastructure.
However, I don't see a way to make it so that the zookeeper module does not deploy a repo file (may be there though, if so appreciate a pointer)
Thanks!
The text was updated successfully, but these errors were encountered: