This repository was archived by the owner on May 14, 2021. It is now read-only.
Added autoinclude of archive::prerequisites and spec tests and smoke tests on Travis CI #26
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've added automatic auto include of archive::prerequisites but only if not given a custom one: https://github.com/wavesoftware/puppet-archive/commit/6fc35345eae76ad6479e707f50bc4568a1c897fe#diff-60ae41fd0a31977447947f59940ee9a4R61
I've also added rspec tests, and smoke tests for archive define. Both to be executed by Travis CI on 4 ruby/puppet configurations (1.8.7/2.7, 1.9.3/3.0, 2.0.0/3.0 and 2.1.0/3.7).
There are executed syntax checking for manifests, templates and libs, puppet-lint on manifests, rspec tests and smoke tests. Sample travis run: https://travis-ci.org/wavesoftware/puppet-archive/builds/37482860