Skip to content

Commit

Permalink
fix #550 Fix tests for Puppet 6
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed May 21, 2019
1 parent e7be79d commit e13895e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .fixtures.yml
Expand Up @@ -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"

2 changes: 1 addition & 1 deletion 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'
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit e13895e

Please sign in to comment.