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,6 @@
source "https://rubygems.org"
gem "rake"
gem "test-kitchen"
gem "kitchen-vagrant"
gem "berkshelf"