voxpupuli / puppet-cassandra

Installs Cassandra & DataStax Agent on RHEL/Ubuntu/Debian.
https://forge.puppetlabs.com/puppet/cassandra
Apache License 2.0
13 stars 65 forks source link

Add support for puppetlabs/stdlib 9.x #474

Closed Guiiix closed 1 year ago

Guiiix commented 1 year ago

Pull Request (PR) description

Hi all, many thanks for your work on all these fantastic modules. Here's my first and modest contribution.

puppetlabs/stdlib 9.x removed deprecated method is_array. This PR simply replaces the call to is_array by built-in puppet data type comparison operator and updates stdlib supported versions.

This Pull Request (PR) fixes the following issues