From 9fb6b59e9ced3af329f9c81e8581bcf0aaec4886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= <raphael.pinson@camptocamp.com> Date: Thu, 1 Nov 2018 14:42:30 +0100 Subject: [PATCH] Add augeas_core and mailalias_core to .fixtures.yml to fix Puppet 6 tests --- .fixtures.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.fixtures.yml b/.fixtures.yml index 930b41b..abdb1ed 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,4 +1,11 @@ fixtures: + forge_modules: + "augeas_core": + "repo": "puppetlabs/augeas_core" + "puppet_version": ">= 6.0.0" + "mailalias_core": + "repo": "puppetlabs/mailalias_core" + "puppet_version": ">= 6.0.0" repositories: "augeas": "https://github.com/camptocamp/puppet-augeas.git" "stdlib": "https://github.com/puppetlabs/puppetlabs-stdlib.git" -- GitLab