-
Notifications
You must be signed in to change notification settings - Fork 136
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
Refs #28067 - defaults for dynflow sidekiq redis #400
Conversation
@@ -1,3 +1,5 @@ | |||
--- | |||
# Disable additional Phusion Passenger repo on EL, preferring EPEL/Foreman's | |||
apache::mod::passenger::manage_repo: false | |||
redis::params::default_install: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we do want the default install. We count on that in the pulpcore module
redis::params::default_install: false |
@@ -1,3 +1,5 @@ | |||
--- | |||
# Disable additional Phusion Passenger repo on EL, preferring EPEL/Foreman's | |||
apache::mod::passenger::manage_repo: false | |||
redis::params::default_install: false | |||
redis::params::manage_repo: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be set on the redis class itself
redis::params::manage_repo: false | |
redis::manage_repo: false |
7ad31db
to
7f9692f
Compare
This PR and https://github.com/theforeman/foreman-installer/pull/434/files are attempting to do the same thing. However, I think based on comments #434 is more correct at this point. |
Closing in favor of #434 |
No description provided.