We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1260914 commit 6090f31Copy full SHA for 6090f31
.fixtures.yml
@@ -1,13 +1,13 @@
1
fixtures:
2
repositories:
3
- "stdlib":
4
- repo: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
5
- ref: "3.0.0"
6
- "wget":
7
- repo: "git://github.com/maestrodev/puppet-wget.git"
8
- ref: "v1.2.2"
9
- "logrotate":
10
- repo: "git://github.com/rodjek/puppet-logrotate.git"
11
- ref: "1.1.1"
+ stdlib:
+ repo: 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
+ ref: '4.2.0'
+ wget:
+ repo: 'git://github.com/maestrodev/puppet-wget.git'
+ ref: 'v1.2.2'
+ logrotate:
+ repo: 'git://github.com/rodjek/puppet-logrotate.git'
+ ref: '1.1.1'
12
symlinks:
13
- "selenium": "#{source_dir}"
+ selenium: "#{source_dir}"
0 commit comments