debops / ansible-pki

Bootstrap and manage internal PKI, Certificate Authorities and OpenSSL/GnuTLS certificates
GNU General Public License v3.0
65 stars 29 forks source link

Remove openssl-blacklist from packages #31

Closed carlalexander closed 8 years ago

carlalexander commented 8 years ago

Not sure why I never stumbled on this issue before. I tried running the common playbook on a different hosting provider today and ran into a similar issue as here. Seems like openssl-blacklist isn't supported anymore so we should remove it from here as well.

drybjed commented 8 years ago

Packages are available in Debian Jessie, but fair enough.

carlalexander commented 8 years ago

Well maybe, we just need a variable we can overwrite instead?

drybjed commented 8 years ago

Sure, I'll include that in the rewrite. :)