commit | 21f2314455268eb2d8fd57a816aa3aa9f59f0242 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Tue May 16 11:03:46 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Tue May 16 11:03:46 2017 +0200 |
tree | e7e189bbeff8b01087d4f0334d6e94c814604f81 | |
parent | dcbf3e4478946345a250cd2ffd0848f918ed9872 [diff] [blame] |
Added unit tests, test pillars, Kitchen and Travis
diff --git a/tests/pillar/s3.sls b/tests/pillar/s3.sls new file mode 100644 index 0000000..b944923 --- /dev/null +++ b/tests/pillar/s3.sls
@@ -0,0 +1,9 @@ +backupninja: + client: + enabled: true + target: + engine: dup + url: s3+http://bucket-name/folder-name + auth: + awsaccesskeyid: awsaccesskeyid + awssecretaccesskey: awssecretaccesskey \ No newline at end of file