From bf3f6ac58fe0fe1da661426a06e55fa572133ba5 Mon Sep 17 00:00:00 2001 From: Magnus Toneby <magnus.toneby@liu.se> Date: Tue, 7 May 2024 14:52:18 +0200 Subject: [PATCH] add some dependencies to the fixtures file --- .fixtures.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.fixtures.yml b/.fixtures.yml index 2296adb..c879dc3 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -3,4 +3,8 @@ --- fixtures: forge_modules: -# stdlib: "puppetlabs/stdlib" + letsencrypt: 'puppet-letsencrypt' + stdlib: 'puppetlabs-stdlib' + repositories: + profiles: 'git@gitlab.it.liu.se:pm-liuit/profiles.git' + \ No newline at end of file -- GitLab