From 89721b16e7dcfe9cc37e082e63f70e63c7e1f2c6 Mon Sep 17 00:00:00 2001 From: Gavin Patton Date: Wed, 22 Mar 2023 06:22:27 +0000 Subject: [PATCH] "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 0157d6a..1cfbdc3 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -3,7 +3,9 @@ fixtures: "stdlib": "repo": "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: "apt": "#{source_dir}" -- 2.32.3