(PIE-1300) Puppet 8 Compatibility #119
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This commit contains changes made by
pdk
,rubocop
andlint
; as well as manual changes tometadata.json
to add Puppet 8.Honeycomb steps have been removed from workflows
spec.yml
andintegration_test.yml
.Detailed Description
PDK Update:
.devcontainer/devcontainer.json
.rubocop.yml
.pdkignore
Rakefile
Gemfile
.github/workflows/spec.yml
Rubocop Changes:
plans/acceptance/provision_machines.pp
plans/acceptance/pe_server.pp
lib/puppet/functions/pe_event_forwarding/base_path.rb
files/util/logger.rb
files/collect_api_events.rb
Lint Changes:
manifests/init.pp
Maint Changes:
README.md
v2
removing support for PE 2019.8.12.metadata.json
v2
..github/workflows/integration_test.yml
PUPPET_GEM_VERSION
to Puppet 7..github/workflows/spec.yml
spec/acceptance/index_spec.rb
locale
error.rakelib/helpers.rake
RspecJunitFormatter
.plans/acceptance/pe_server.pp
Ruby 3 Changes:
spec/spec_helper_local.rb
**
) to pass keyword args instead of Hash object.files/util/index.rb
YAML#safe_load
keyword args.