Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fix for EPP template action.epp. Replace is_array() with Array[Any] #220

Closed
wants to merge 1 commit into from

Conversation

thejambavan
Copy link

Pull Request (PR) description

Minor deprecation fix for EPP template action.epp. Replace is_array() with Array[Any] Symptom looks like:

my-server: This method is deprecated, please use match expressions with Stdlib::Compat::Array instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at ["/home/thejambavan/git/bolt/.modules/rsyslog/templates/action.epp", 29]:["/home/thejambavan/git/bolt/.modules/rsyslog/templates/action.epp", 28]

This Pull Request (PR) fixes the following issues

Fixes #189

@evgeni
Copy link
Member

evgeni commented May 31, 2023

fixed as part of 58cb84e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Puppet 7+
2 participants