puppet-cassandra
puppet-cassandra copied to clipboard
issue with apt 1.5.0
Apt 1.5.0 introduce a rewritte of apt::key :https://github.com/puppetlabs/puppetlabs-apt/commit/57903418909c3c3344a4c4fa41c054e954451227
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 : https://github.com/gini/puppet-cassandra/issues/15
Thanks for pointing this out. I will fix this tomorrow and release a new version. Sorry for the delay
Still getting this error. Has this fix been released?