Skip to content

Commit

Permalink
Raise puppetlabs-concat dependency
Browse files Browse the repository at this point in the history
We need 4.0.1 for Puppet 5
  • Loading branch information
lazyfrosch committed Aug 2, 2017
1 parent e954261 commit 8ad79c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ script:
- 'bundle exec rake $CHECK'
env:
global:
- PARALLEL_TEST_PROCESSORS=16
- PARALLEL_TEST_PROCESSORS=12
matrix:
fast_finish: true
include:
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.16.0 < 5.0.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">= 2.0.1 < 3.0.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">= 2.0.1 < 5.0.0" },
{ "name": "puppetlabs/apt", "version_requirement": ">= 2.0.0 < 5.0.0" },
{ "name": "puppetlabs/chocolatey", "version_requirement": ">= 0.7.0 < 3.0.0" },
{ "name": "puppet/zypprepo", "version_requirement": ">= 2.0.0 < 3.0.0" }
Expand Down

0 comments on commit 8ad79c7

Please sign in to comment.