Support Ubuntu 14.04 and Debian 8

Also use Test Kitchen to test the cookbook.

```
bundle install
bundle exec kitchen verify
```

See http://kitchen.ci/docs for more documentation
This commit is contained in:
Greg Karékinian
2017-02-27 18:41:25 +01:00
parent b82ad70313
commit f365c4ac19
9 changed files with 324 additions and 17 deletions

View File

@@ -0,0 +1,17 @@
---
driver:
name: vagrant
provisioner:
name: chef_solo
platforms:
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: debian-8.7
suites:
- name: default
run_list:
- recipe[ipfs::default]
attributes: