From c0fb5425b3055c695b9d33f66fd7e97335ec5ca5 Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Tue, 21 Mar 2023 10:18:04 +0000 Subject: [PATCH] (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. --- .fixtures.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.fixtures.yml b/.fixtures.yml index f95d29e..a5afdf2 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -2,7 +2,9 @@ fixtures: repositories: "stdlib": "https://github.com/puppetlabs/puppetlabs-stdlib.git" facts: 'https://github.com/puppetlabs/puppetlabs-facts.git' - puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git' + puppet_agent: + repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git' + ref: v4.12.1 provision: 'https://github.com/puppetlabs/provision.git' symlinks: "firewall": "#{source_dir}" -- 2.45.2