metadata: stick to puppetlabs-concat 1.x
The puppetlabs-concat 2.x series has been yanked. Since we don't know what
format the new module will take, we should not declare compatibility with it.
See https://groups.google.com/forum/#!topic/puppet-users/4_Sxrfl4uUY
Reverts 4fd696f
This commit is contained in:
parent
e87bdfafda
commit
adcdef6f08
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
"dependencies": [
|
||||
{"name":"puppetlabs/stdlib","version_requirement":">= 4.2.0 <5.0.0"},
|
||||
{"name":"puppetlabs/apt","version_requirement":">= 1.8.0 <3.0.0"},
|
||||
{"name":"puppetlabs/concat","version_requirement":">= 1.1.1 <3.0.0"}
|
||||
{"name":"puppetlabs/concat","version_requirement":">= 1.1.1 <2.0.0"}
|
||||
],
|
||||
"requirements": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue