From f7624b4fa93364a50f72cbcc71d4200d43739652 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Mon, 20 May 2024 14:59:25 -0700 Subject: [PATCH] fixtures: pull puppetlabs-puppet_agent from the main branch It was originally like this in 43a4d26621e807a1389c18e09d588f54d3f08727 (#864), but changed to a version pin in 89721b16e7dcfe9cc37e082e63f70e63c7e1f2c6 (#1095). I think the reasoning in #1095 is not valid anymore, so we should set this back to use main. --- .fixtures.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 7e9bfa941f..0157d6ac2e 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -3,9 +3,7 @@ fixtures: "stdlib": "repo": "https://github.com/puppetlabs/puppetlabs-stdlib.git" facts: 'https://github.com/puppetlabs/puppetlabs-facts.git' - puppet_agent: - repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git' - ref: v4.13.0 + puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git' provision: 'https://github.com/puppetlabs/provision.git' symlinks: "apt": "#{source_dir}"