Skip to content

Commit

Permalink
Merge pull request #443 from engineyard/fix/TEY-142-aurora-mysql-user
Browse files Browse the repository at this point in the history
[TEY-142] Fix logic for including recipe mysql::setup_app_users_dbs
  • Loading branch information
jfuechsl authored Apr 14, 2020
2 parents df0efae + 37087b1 commit e4d066f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/app/recipes/build.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include_recipe "deploy::restart"
include_recipe "db_admin_tools"

if db_host_is_rds? && node.engineyard.environment[:db_stack_name][/mysql/]
if db_host_is_rds? && node.engineyard.environment[:db_stack_name][/^(mysql\d+|aurora\d+)/]
include_recipe "mysql::setup_app_users_dbs"
end

0 comments on commit e4d066f

Please sign in to comment.