From e13895eb608144f9ddca5e7c248ee1b4352c2ca7 Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Tue, 21 May 2019 11:18:44 +0200 Subject: [PATCH] fix #550 Fix tests for Puppet 6 --- .fixtures.yml | 6 ++++-- Gemfile | 2 +- README.md | 2 ++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index d8e923204..9dfa06bf6 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -5,5 +5,7 @@ fixtures: apt: "puppetlabs/apt" chocolatey: "puppetlabs/chocolatey" zypprepo: "puppet/zypprepo" - symlinks: - icinga2: "#{source_dir}" + yumrepo_core: + repo: "puppetlabs-yumrepo_core" + puppet_version: ">= 6.0.0" + diff --git a/Gemfile b/Gemfile index edb5dd760..65b17c1ce 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'puppet', ENV.key?('PUPPET_VERSION') ? ENV['PUPPET_VERSION'].to_s : '>= 4.10', '< 6.0.0' +gem 'puppet', ENV.key?('PUPPET_VERSION') ? ENV['PUPPET_VERSION'].to_s : '>= 4.10', '< 7.0.0' gem 'github_changelog_generator' gem 'puppetlabs_spec_helper', '>= 2.0' diff --git a/README.md b/README.md index f80a3e621..dc96bb86a 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,8 @@ Depending on your setup following modules may also be required: * [puppetlabs/apt] >= 6.0.0 * [puppetlabs/chocolatey] >= 3.1.0 * [puppet/zypprepo] >= 2.2.1 +* [puppetlabs/yumrepo_core] >= 1.0.0 + * If Puppet 6 is used ### Limitations