Support puppetlabs-concat 2.x
2.0.0 is compatible with current 1.x usage, so permit either 1.x or 2.x to satisfy the concat dependency. The fragment `force` parameter is deprecated, but only results in a warning. It can be removed at a later date when 2.x is prevalent.
This commit is contained in:
parent
6f44abea6b
commit
30415ffd90
1 changed files with 1 additions and 1 deletions
|
@ -69,6 +69,6 @@
|
|||
"dependencies": [
|
||||
{"name":"puppetlabs/stdlib","version_requirement":"4.x"},
|
||||
{"name":"puppetlabs/apt","version_requirement":">=1.8.0 <2.0.0"},
|
||||
{"name":"puppetlabs/concat","version_requirement":">= 1.1.0 <2.0.0"}
|
||||
{"name":"puppetlabs/concat","version_requirement":">= 1.1.0 <3.0.0"}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue