Skip to content

Commit

Permalink
fix mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
obazoud committed Jun 28, 2012
1 parent bb22b75 commit ce22086
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions node.json
Expand Up @@ -34,7 +34,9 @@
"user": "olivier" "user": "olivier"
}, },
"mysql": { "mysql": {
"server_root_password": "root" "server_root_password": "root",
"server_root_password": "root",
"server_repl_password": "root"
}, },
"nvm": { "nvm": {
"user": "olivier" "user": "olivier"
Expand All @@ -52,15 +54,14 @@
"tig", "tig",
"subversion", "subversion",
"apache2", "apache2",
"mysql::client",
"mysql::server",
"java", "java",
"maven::maven3", "maven::maven3",
"idea", "idea",
"google-chrome", "google-chrome",
"virtualbox", "virtualbox",
"nvm", "nvm",
"main" "main",
"mysql::server"
] ]
} }


0 comments on commit ce22086

Please sign in to comment.