Skip to content

Fix mysql service on Ubuntu. #50

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

Merged
merged 1 commit into from
Mar 16, 2012
Merged

Fix mysql service on Ubuntu. #50

merged 1 commit into from
Mar 16, 2012

Conversation

nanliu
Copy link
Contributor

@nanliu nanliu commented Mar 16, 2012

On Ubuntu, mysql should use upstart provider instead of init.d. This
change overrides the init provider until the issue with init provider
can be addressed.

describe 'with osfamily specific defaults' do
{
'Debian' => {
:service_name => 'mysql'
:operatingsystem => 'debian',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this does not look correct. These are osfamily specific param defaults. Why do you have a fact here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed.

On Ubuntu, mysql should use upstart provider instead of init.d. This
change overrides the init provider until the issue with init provider
can be addressed.
bodepd added a commit that referenced this pull request Mar 16, 2012
Fix mysql service on Ubuntu.
@bodepd bodepd merged commit c6f1ea7 into puppetlabs:master Mar 16, 2012
pmcmaw added a commit to pmcmaw/puppetlabs-mysql that referenced this pull request Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants