-
Notifications
You must be signed in to change notification settings - Fork 29
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
Update module #59
Update module #59
Conversation
According to metadata.json we no longer supported this so we can simplify.
@@ -6,7 +6,6 @@ | |||
enable => true, | |||
hasstatus => true, | |||
hasrestart => true, | |||
require => [Service[$candlepin::db_type]], |
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 is covered elsewhere or just has no effect?
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 candlepin::database::postgresql
does it explicitly and candlepin
also has a chaining. For MySQL it doesn't appear to include the database server or manage the DB so that might not even work unless the user does that manually. That's why I'm pretty sure this is covered elsewhere.
}, | ||
default => 'tomcat' | ||
} | ||
$tomcat = 'tomcat' |
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.
We could also update this in puppet-certs (https://github.com/Katello/puppet-certs/blob/efd24fe48015cf54e6b84a345d473add3408a337/manifests/params.pp#L4)
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.
No description provided.