From 1be7c4e9505d351180a9a9bd32f5c688b13e67ee Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 28 Mar 2023 09:40:05 +0200 Subject: [PATCH] fixtures.yml: Delete legacy symlink puppetlabs_spec_helper will create the symlink for us, we don't need it in .fixtures.yml. --- .fixtures.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 22bd5159b..a142a6ab8 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -7,5 +7,3 @@ fixtures: puppet_agent: repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git' ref: v4.12.1 - symlinks: - "mysql": "#{source_dir}"