]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
(MAINT) Pin puppetlabs-puppet_agent maint-pin_puppet_agent_fixture
authorCraig Gumbley <craiggumbley@gmail.com>
Tue, 21 Mar 2023 10:18:04 +0000 (10:18 +0000)
committerCraig Gumbley <craiggumbley@gmail.com>
Tue, 21 Mar 2023 10:18:04 +0000 (10:18 +0000)
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

index f95d29e42a585e4f9f6c8008a2ef7e1b64e93630..a5afdf23d824813ef7a9fa5c97422eb72261c1be 100644 (file)
@@ -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}"