GitHub puppet-cassandra
Installs Cassandra & DataStax Agent on RHEL/Ubuntu/Debian.

Repo Checks ( 11 of 24 successfull )
Metadata Valid
No translation
passed
Correct Puppet Version Range
Supported Puppet version range is %{PUPPET_SUPPORT_RANGE}
failed
With Puppet Version Range
Puppet version range is present in requirements in metadata.json
passed
With Operatingsystem Support
No translation
passed
Operatingsystems
No translation
passed
Supports Only Current Centos
No translation
failed
Supports Latest Centos
No translation
failed
Supports Only Current Oraclelinux
No translation
passed
Supports Latest Oraclelinux
No translation
failed
Supports Only Current Redhat
No translation
failed
Supports Latest Redhat
No translation
failed
Supports Only Current Debian
No translation
failed
Supports Latest Debian
No translation
failed
Supports Only Current Scientific
No translation
passed
Supports Latest Scientific
No translation
failed
Supports Only Current Ubuntu
No translation
failed
Supports Latest Ubuntu
No translation
failed
In Modulesync Repo
Is listed as a module managed using modulesync_config
passed
Synced
Has a .msync.yml file
passed
Latest Modulesync
Has been synchronized with the latest tagged version of modulesync_config
failed
Has Modulesync
Is present in voxpupuli/modulesync_config/managed_modules.yml
passed
Released
Is in modulesync_config and in forge releases.
passed
Valid Sync File
If a (optional) sync file is present, it must not contain a `.travis.yml` entry.
failed
Reference Dot Md
The repository has a REFERENCE.md. It needs to be generated / puppet-strings documentation is missing.
passed

Open Pull Requests

Add Debian 10 and 11 support
enhancement
modulesync 8.0.1
modulesync
tests-fail

modulesync 4.0.0

Open PR in GitHub
Clean up tests

Pull Request (PR) description

Fix tests and bring the module up-to-date for Puppet 7-8
This pull request seeks to bring all of the unit tests up to date and passing, in preparation for further work on acceptance testing and modulesync.

This Pull Request (PR) fixes the following issues

Tests on #468 currently failing. This PR will bring the tests up to speed with Puppet 7-8.

There was also a small change I needed to make to the actual code, removing the use of the is_hash function in dse.pp. This function appears to have been removed.

Open PR in GitHub