-
Notifications
You must be signed in to change notification settings - Fork 48
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
Ref #8548 - optionally configure gutterball #52
Conversation
@dustints is there a use case for not installing gutterball with Katello? |
@ehelms, after talking with @thomasmckay it would nice to give the user the ability to optionally include/exclude gutterball. Right now I have gutterball set to by default false...going to switch it to true. |
@ehelms rebased and updated, making gutterball installation true by default |
waiting for puppet-certs update before this will pass travis-ci |
[test] |
ACK |
@@ -112,5 +116,14 @@ | |||
|
|||
Service['httpd'] -> Exec['foreman-rake-db:seed'] | |||
|
|||
if $katello::gutterball { | |||
notify{ 'gutterball enabled': } |
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.
Others don't notify and this will always show up in the logs of the user. I'd remove this.
@ekohl updated |
ACK pending @ekohl |
* add gutterball module * latest certs module * katello module changes not yet offical until theforeman/puppet-katello#52
👍 |
Ref #8548 - optionally configure gutterball
No description provided.