Default MySQL works on jessie

This commit is contained in:
Emilien Mantel
2015-07-12 12:47:44 +02:00
parent 0627d4424c
commit 7b2439e590
9 changed files with 11 additions and 8 deletions

View File

@@ -3,8 +3,8 @@
# -------------------------------------
# Setup
# -------------------------------------
mysql_origin: 'mariadb'
mysql_vendor: 'mariadb'
mysql_origin: 'default'
mysql_vendor: 'mysql'
mysql_root_password: 'change_me_NOW'
# -------------------------------------