Skip to content

Commit 30415ff

Browse files
author
Dominic Cleal
committed
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.
1 parent 6f44abe commit 30415ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@
6969
"dependencies": [
7070
{"name":"puppetlabs/stdlib","version_requirement":"4.x"},
7171
{"name":"puppetlabs/apt","version_requirement":">=1.8.0 <2.0.0"},
72-
{"name":"puppetlabs/concat","version_requirement":">= 1.1.0 <2.0.0"}
72+
{"name":"puppetlabs/concat","version_requirement":">= 1.1.0 <3.0.0"}
7373
]
7474
}

0 commit comments

Comments
 (0)