Skip to content

Commit 52908a2

Browse files
committed
"This change pins the puppetlabs-puppet_agent module to v4.12.1. Previosuly the fixutre was configured to pull from main. Given the recent changes when moving towards puppet8 main is unsafe."
1 parent 40d23ac commit 52908a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.fixtures.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ fixtures:
44
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
55
portage: "https://github.com/gentoo/puppet-portage.git"
66
provision: 'https://github.com/puppetlabs/provision.git'
7-
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
7+
puppet_agent:
8+
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
9+
ref: v4.12.1
810
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
911
yumrepo_core:
1012
repo: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"

0 commit comments

Comments
 (0)