Update to pdk-templates and puppet-module-gems 1.0.0

This commit is contained in:
David Schmitt
2020-12-16 13:44:06 +00:00
parent 4ee756a53c
commit 1dda22762e
7 changed files with 450 additions and 100 deletions

View File

@@ -2,7 +2,7 @@
".gitlab-ci.yml":
delete: true
".travis.yml":
global_env:
global_env:
- HONEYCOMB_WRITEKEY="7f3c63a70eecc61d635917de46bea4e6",HONEYCOMB_DATASET="litmus tests"
deploy_to_forge:
enabled: false
@@ -36,16 +36,6 @@ Gemfile:
optional:
":development":
- gem: github_changelog_generator
git: https://github.com/skywinder/github-changelog-generator
ref: 20ee04ba1234e9e83eb2ffb5056e23d641c7a018
condition: Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')
- gem: puppet_litmus
git: https://github.com/puppetlabs/puppet_litmus
ref: main
condition: Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.5.0')
- gem: bolt
version: '2.32.0'
condition: Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.5.0')
spec/spec_helper.rb:
mock_with: ":rspec"
coverage_report: true