Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Set database type when running mysql suite
Browse files Browse the repository at this point in the history
  • Loading branch information
linc01n committed Feb 12, 2016
1 parent 08a190a commit a68c056
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,21 @@ suites:
- recipe[stash]
attributes:
<<: *DEFAULT_ATTRIBUTES
stash:
database:
type: mysql
mysql:
server_root_password: iloverandompasswordsbutthiswilldo
server_repl_password: iloverandompasswordsbutthiswilldo
server_debian_password: iloverandompasswordsbutthiswilldo

- name: postgresql
run_list:
- recipe[test-helper]
- recipe[java]
- recipe[stash]
attributes:
<<: *DEFAULT_ATTRIBUTES
stash:
database:
type: postgresql
postgresql:
password:
postgres: iloverandompasswordsbutthiswilldo

0 comments on commit a68c056

Please sign in to comment.