Skip to content

Commit

Permalink
Merge pull request #96 from svpernova09/bugfix/wrong-mysql-debconf
Browse files Browse the repository at this point in the history
πŸš‘ ❄️ 🐬 Use the correct debconf-set-selections for package mysql-server
  • Loading branch information
svpernova09 authored Feb 9, 2017
2 parents 3335e75 + a380dd7 commit 5b918b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,8 @@ apt-get install -y sqlite3 libsqlite3-dev

# Install MySQL

debconf-set-selections <<< "mysql-community-server mysql-community-server/data-dir select ''"
debconf-set-selections <<< "mysql-community-server mysql-community-server/root-pass password secret"
debconf-set-selections <<< "mysql-community-server mysql-community-server/re-root-pass password secret"
debconf-set-selections <<< "mysql-server mysql-server/root_password password secret"
debconf-set-selections <<< "mysql-server mysql-server/root_password_again password secret"
apt-get install -y mysql-server

# Configure MySQL Password Lifetime
Expand Down

0 comments on commit 5b918b0

Please sign in to comment.