Skip to content

Commit 6b10574

Browse files
authored
Merge pull request #587 from schustersv/remove_puppet_agent_pinning
fix: remove puppetlabs-puppet_agent pinning
2 parents de338a5 + baf10dc commit 6b10574

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.fixtures.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,5 @@ fixtures:
33
archive: "https://github.com/voxpupuli/puppet-archive.git"
44
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
55
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
6-
puppet_agent:
7-
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
8-
ref: v4.13.0
6+
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
97
provision: 'https://github.com/puppetlabs/provision.git'
10-
symlinks:
11-
java: "#{source_dir}"

0 commit comments

Comments
 (0)