Skip to content

Commit c0fb542

Browse files
committed
(MAINT) Pin puppetlabs-puppet_agent
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 a1e4768 commit c0fb542

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
@@ -2,7 +2,9 @@ fixtures:
22
repositories:
33
"stdlib": "https://github.com/puppetlabs/puppetlabs-stdlib.git"
44
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
5-
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
5+
puppet_agent:
6+
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
7+
ref: v4.12.1
68
provision: 'https://github.com/puppetlabs/provision.git'
79
symlinks:
810
"firewall": "#{source_dir}"

0 commit comments

Comments
 (0)