Skip to content

Commit f7624b4

Browse files
committed
fixtures: pull puppetlabs-puppet_agent from the main branch
It was originally like this in 43a4d26 (#864), but changed to a version pin in 89721b1 (#1095). I think the reasoning in #1095 is not valid anymore, so we should set this back to use main.
1 parent 68c444c commit f7624b4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.fixtures.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ fixtures:
33
"stdlib":
44
"repo": "https://github.com/puppetlabs/puppetlabs-stdlib.git"
55
facts: 'https://github.com/puppetlabs/puppetlabs-facts.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'
108
symlinks:
119
"apt": "#{source_dir}"

0 commit comments

Comments
 (0)