005f06f3dd
Beaker together with docker is a very fast way to do acceptance testing. This commit adds basic beaker/docker support: - Add a debian jessie nodeset - Test if the module applies idempotentially, so it doesn't change resources on a second run with the same parameters. https://github.com/puppetlabs/beaker/blob/master/docs/Docker-Support.md
13 lines
190 B
Text
13 lines
190 B
Text
/pkg/
|
|
/Gemfile.lock
|
|
/vendor/
|
|
/spec/fixtures/manifests/*
|
|
/spec/fixtures/modules/*
|
|
!/spec/fixtures/modules/apt
|
|
!/spec/fixtures/modules/apt/*
|
|
/log
|
|
/.vagrant/
|
|
/.bundle/
|
|
/coverage/
|
|
/.idea/
|
|
*.iml
|