Turned off dns lookup for mysql.

This commit is contained in:
Tim Kuhlman 2014-03-24 10:04:21 -06:00
parent 232ff17cf7
commit b027e8a6bd

View File

@ -17,7 +17,8 @@
"replication": {
"password": "password"
},
"root_password": "password"
"root_password": "password",
"skip_name_resolve": true
},
"use_percona_apt": false
}