Skip to content

Commit 7a54b90

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 d66a502 commit 7a54b90

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
@@ -3,5 +3,7 @@ fixtures:
33
reboot: "#{source_dir}"
44
repositories:
55
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
6-
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
6+
puppet_agent:
7+
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
8+
ref: v4.12.1
79
provision: 'https://github.com/puppetlabs/provision.git'

0 commit comments

Comments
 (0)