Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Fix Darwin.yaml MySQL socket configuration #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix Darwin.yaml MySQL socket configuration
nickpellant committed Jun 15, 2015
commit 0058b285f0c0288d909314df0e7a8f02c8df786b
2 changes: 1 addition & 1 deletion data/Darwin.yaml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ mysql::servicename: "dev.mysql"
mysql::user: "%{::boxen_user}"
mysql::host: "127.0.0.1"
mysql::port: "13306"
mysql::socket: "%{::boxen::config::datadir}/socket"
mysql::socket: "%{::boxen::config::datadir}/mysql/socket"

mysql::package: boxen/brews/mysql
mysql::version: 5.6.23