This repository was archived by the owner on May 14, 2021. It is now read-only.

Description
Apt 1.5.0 introduce a rewritte of apt::key :puppetlabs/puppetlabs-apt@5790341
The validation introduced will failed with the current cassandra module :
Error: validate_re(): "datastax" does not match ["\A(0x)?[0-9a-fA-F]{8}\Z", "\A(0x)?[0-9a-fA-F]{16}\Z"] at /etc/puppet/modules/apt/manifests/key.pp:59 on node pastel-52.toulouse.grid5000.fr
No problem with 1.4.2
Either cassandra module stick with apt 1.4.x
or we fix the key name in repo/debian.pp
Matt
EDIT : on debian.
EDIT: this issue has already been reported : #15