From 827a9e11d5abb5a6833bbc65457de70c9cce1309 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Sat, 12 Aug 2023 11:50:48 -0400 Subject: [PATCH] Support using .fixtures-latest.yml This allows us to see if the latest versions of dependencies are going to cause issues and acts as a warning of impending work. --- .fixtures-latest.yml | 7 +++++++ .fixtures.yml | 1 + 2 files changed, 8 insertions(+) create mode 100644 .fixtures-latest.yml diff --git a/.fixtures-latest.yml b/.fixtures-latest.yml new file mode 100644 index 0000000..97cd724 --- /dev/null +++ b/.fixtures-latest.yml @@ -0,0 +1,7 @@ +--- +fixtures: + repositories: + stdlib: + repo: 'https://github.com/puppetlabs/puppetlabs-stdlib.git' + symlinks: + nscd: "#{source_dir}" diff --git a/.fixtures.yml b/.fixtures.yml index c40b1ab..60c522e 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,3 +1,4 @@ +--- fixtures: repositories: stdlib: