From 83675a739865c2362a821c475af7028fed28dc4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuli=20Sepp=C3=A4nen?= Date: Tue, 28 Nov 2023 12:51:45 +0200 Subject: [PATCH] Unbreak unit tests by updating .fixtures.yml The unit tests started failing after stdlib 9.0.0 was made a requirement. Fix this by updating the unit test dependencies. URL: https://github.com/Puppet-Finland/puppet-ipa/pull/54 --- .fixtures.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index f664728f..339e58b5 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,9 +1,11 @@ fixtures: forge_modules: - stdlib: "puppetlabs/stdlib" + stdlib: + repo: "puppetlabs/stdlib" + ref: "9.4.1" cron_core: repo: "puppetlabs/cron_core" - ref: "1.0.0" + ref: "1.2.1" puppet_version: ">= 7.0.0" k5login_core: repo: "puppetlabs/k5login_core"