Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Update mysql cookbook #170

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Update mysql cookbook #170

wants to merge 5 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 30, 2015

Fixes #156

database_username = database_info['username']
database_password = database_info['password']


Choose a reason for hiding this comment

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

Extra blank line detected.

if database_info['adapter'] =~ /mysql/
include_recipe 'database::mysql'
mysql_service_name = "default"
host = node["mysql"]["bind_address"]

Choose a reason for hiding this comment

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

Trailing whitespace detected.

@ghost ghost changed the title Feature/update mysql cookbook 6 Update mysql cookbook Jan 30, 2015
@ghost ghost added this to the 2.4.0 milestone Feb 2, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update mysql cookbook to 6.0.x
2 participants