From: Gavin Patton Date: Tue, 21 Mar 2023 13:53:08 +0000 (+0000) Subject: "This change pins the puppetlabs-puppet_agent module to v4.12.1. Previosuly the fixut... X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b758716bcb8899092b788b8ccbdd725c51db071f;p=puppet-modules%2Fpuppetlabs-firewall.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 f95d29e..cd0ff33 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}"