diff --git a/.kitchen.yml b/.kitchen.yml index 06d5dcc..c9e3af0 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -47,10 +47,14 @@ 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] @@ -58,9 +62,6 @@ suites: - recipe[stash] attributes: <<: *DEFAULT_ATTRIBUTES - stash: - database: - type: postgresql postgresql: password: postgres: iloverandompasswordsbutthiswilldo