biemond / biemond-jdk7

Puppet JDK7 module optimized for Oracle
Apache License 2.0
2 stars 15 forks source link

Correct extraction of cryptography_extension_file. #14

Closed BobVincentatNCRdotcom closed 8 years ago

BobVincentatNCRdotcom commented 8 years ago

The current documentation implies that the cryptography_extension_file may be a ".zip", but the code assumes it is a gzip-compressed tar archive. This patch modifies the code to match the documentation.

BobVincentatNCRdotcom commented 8 years ago

14 now passes puppet-lint and travis-ci tests. Probably should write an additional test, but I gotta get back to paid work.