Skip to content

Commit 4f1fdbe

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 ef8129b commit 4f1fdbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .fixtures.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ fixtures:
77
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
88
firewall: "https://github.com/puppetlabs/puppetlabs-firewall.git"
99
provision: "https://github.com/puppetlabs/provision.git"
10-
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
10+
puppet_agent:
11+
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
12+
ref: v4.12.1
1113
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
1214
yumrepo_core: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"
1315
systemd: "https://github.com/voxpupuli/puppet-systemd.git"

0 commit comments

Comments
 (0)