From: Gavin Patton Date: Wed, 22 Mar 2023 06:22:27 +0000 (+0000) Subject: "This change pins the puppetlabs-puppet_agent module to v4.12.1. Previosuly the fixut... X-Git-Tag: v9.1.0~12^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=89721b16e7dcfe9cc37e082e63f70e63c7e1f2c6;p=puppet-modules%2Fpuppetlabs-apt.git "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." --- 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}"