Skip to content

Commit

Permalink
Merge pull request #28 from palantirnet/drupalbox/fix-remote-mysql-co…
Browse files Browse the repository at this point in the history
…nnections

Allows remote Mysql connections for drupal user
  • Loading branch information
mathewpeterson authored Aug 10, 2016
2 parents cc33c53 + 5fb48c3 commit 8e5bd1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provisioning/roles/drupalbox/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- name: DrupalBox | Create users
sudo: yes
mysql_user: name=drupal
host="%"
password=drupal
priv=default.*:ALL
state=present
Expand Down

0 comments on commit 8e5bd1f

Please sign in to comment.