Skip to content

Commit 7a4f013

Browse files
committed
Merge pull request puppetlabs#626 from domcleal/concat-2
Support puppetlabs-concat 2.x
2 parents b5b9c78 + acbc46a commit 7a4f013

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.fixtures.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ fixtures:
66
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
77
firewall: "https://github.com/puppetlabs/puppetlabs-firewall.git"
88
concat: "https://github.com/puppetlabs/puppetlabs-concat.git"
9-
file_concat: "https://github.com/electrical/puppet-lib-file_concat.git"
109
symlinks:
1110
postgresql: "#{source_dir}"

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)