Skip to content

Commit

Permalink
Moves mysql role to top of acquia role because php5-mysql package nee…
Browse files Browse the repository at this point in the history
…ds mysql first.
  • Loading branch information
Patrick Connolly committed Jan 23, 2013
1 parent 5f29648 commit 5e24631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/acquia.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name "acquia"
description "Install requirements to run Drupal application (not includding HTTP server and PHP, which should be provided in different ways)."
run_list([
"role[mysql]",
"role[apache2_php_cgi]",
"role[memcache]",
"role[mysql]",
"role[varnish]",
"role[drupal]",
])
Expand Down

0 comments on commit 5e24631

Please sign in to comment.