We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572fd1e commit c595891Copy full SHA for c595891
.fixtures.yml
@@ -3,7 +3,9 @@ fixtures:
3
archive: "https://github.com/voxpupuli/puppet-archive.git"
4
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
5
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
6
- puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
+ puppet_agent:
7
+ repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
8
+ ref: v4.13.0
9
provision: 'https://github.com/puppetlabs/provision.git'
10
symlinks:
11
java: "#{source_dir}"
0 commit comments