We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f40d8 commit 783f5ccCopy full SHA for 783f5cc
2 files changed
.fixtures.yml
@@ -3,7 +3,9 @@ fixtures:
3
stdlib:
4
repo: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
5
ref: "4.12.0"
6
- concat: "git://github.com/puppetlabs/puppetlabs-concat.git"
+ concat:
7
+ repo: "git://github.com/puppetlabs/puppetlabs-concat.git"
8
+ ref: "2.2.0"
9
ruby: "git://github.com/puppetlabs/puppetlabs-ruby.git"
10
remote_file: "git://github.com/lwf/puppet-remote_file.git"
11
symlinks:
metadata.json
@@ -72,6 +72,10 @@
72
"name": "puppetlabs/ruby",
73
"version_requirement": ">=0.2.0 <1.0.0"
74
},
75
+ {
76
+ "name": "puppetlabs/concat",
77
+ "version_requirement": "2.2.0"
78
+ },
79
{
80
"name": "lwf/remote_file",
81
"version_requirement": ">=1.1.3"
0 commit comments