diff options
author | Claire McQuin <claire@getchef.com> | 2014-08-06 14:19:17 -0700 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2014-08-13 09:21:20 -0700 |
commit | 730a41775850f22bf76cc60ce31065d2bfc6b3fe (patch) | |
tree | 44d38344c1f6e5b808154ed565ecab6edfa1ebfd /kitchen-tests/data_bags | |
parent | 0bbddd62b0c65781eacd43f2ca3334a1ed23c09e (diff) | |
download | chef-730a41775850f22bf76cc60ce31065d2bfc6b3fe.tar.gz |
Remove kitchen tests from spec/ directory, so tests can be run separately.
Diffstat (limited to 'kitchen-tests/data_bags')
-rw-r--r-- | kitchen-tests/data_bags/passwords/mysql.json | 5 | ||||
-rw-r--r-- | kitchen-tests/data_bags/passwords/webapp.json | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/kitchen-tests/data_bags/passwords/mysql.json b/kitchen-tests/data_bags/passwords/mysql.json new file mode 100644 index 0000000000..af02a6a858 --- /dev/null +++ b/kitchen-tests/data_bags/passwords/mysql.json @@ -0,0 +1,5 @@ +{ + "id": "mysql", + "server_root_password": "ilikerandompasswordstoo", + "server_repl_password": "itoolikerandompasswords" +} diff --git a/kitchen-tests/data_bags/passwords/webapp.json b/kitchen-tests/data_bags/passwords/webapp.json new file mode 100644 index 0000000000..43c0ae1ced --- /dev/null +++ b/kitchen-tests/data_bags/passwords/webapp.json @@ -0,0 +1,4 @@ +{ + "id": "webapp", + "db_password": "supersecretdbpassword" +} |