GitHub puppet-archive
Compressed archive file download and extraction with native types/providers for Windows and Unix

Repo Checks ( 25 of 38 successfull )
Metadata Valid
No translation
passed
Correct Puppet Version Range
Supported Puppet version range is %{PUPPET_SUPPORT_RANGE}
passed
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 Redhat
No translation
passed
Supports Latest Redhat
No translation
passed
Supports Only Current Centos
No translation
passed
Supports Latest Centos
No translation
failed
Supports Only Current Oraclelinux
No translation
passed
Supports Latest Oraclelinux
No translation
failed
Supports Only Current Scientific
No translation
passed
Supports Latest Scientific
No translation
failed
Supports Only Current Sles
No translation
passed
Supports Latest Sles
No translation
failed
Supports Only Current Ubuntu
No translation
passed
Supports Latest Ubuntu
No translation
failed
Supports Only Current Debian
No translation
passed
Supports Latest Debian
No translation
passed
Supports Only Current Solaris
No translation
passed
Supports Latest Solaris
No translation
failed
Supports Only Current Windows
No translation
passed
Supports Latest Windows
No translation
failed
Supports Only Current Aix
No translation
passed
Supports Latest Aix
No translation
failed
Supports Only Current Archlinux
No translation
failed
Supports Latest Archlinux
No translation
failed
Supports Only Current Darwin
No translation
passed
Supports Latest Darwin
No translation
failed
Supports Only Current Virtuozzolinux
No translation
passed
Supports Latest Virtuozzolinux
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.
passed
Reference Dot Md
The repository has a REFERENCE.md. It needs to be generated / puppet-strings documentation is missing.
passed

Open Pull Requests

Add `archives` parameter to make use with an ENC or hiera easier
enhancement

Pull Request (PR) description

This PR adds a parameter to make generating archive requests from an ENC easier.

Open PR in GitHub
ruby provider: ensure cleanup happens
bug

Pull Request (PR) description

Ensures that tempfile used for downloading gets deleted.
Ensures that the cleanup param is honored.

This Pull Request (PR) fixes the following issues

Fixes #328

Open PR in GitHub
validate checksum_url attribute
needs-tests

Pull Request (PR) description

Adds missing docs and validation for the checksum_url attribute.

This Pull Request (PR) fixes the following issues

Fixes #471

Open PR in GitHub
artifactory auth for latest url and checksum

Pull Request (PR) description

Add authentication headers to artifactory functions archive::artifactorylatesturl and archive::artifactory_checksum

This Pull Request (PR) fixes the following issues

Fixes #489

Open PR in GitHub
modulesync 5.4.0
modulesync

modulesync 5.4.0

Open PR in GitHub
Use ssl_trust_store from puppet.conf on Windows
needs-tests

Pull Request (PR) description

The Windows Puppet agent fails to download archive resources due to SSL validation failure when the "source" is using a certificate issued by a private CA. The failure occurs even when the Puppet agent is configured with a custom "ssltruststore" that contains the CA chain.

This patch changes the Windows download behavior by defining the following order for the SSL trust store:
1. The "ssltruststore" setting from the "agent" section of "puppet.conf"
2. The "SSLCERTFILE" value from the runtime environment
3. The module-bundled ".pem" file as a last resort.

This Pull Request (PR) fixes the following issues

Fixes issue reported at: https://tickets.puppetlabs.com/browse/PUP-11349

Open PR in GitHub
change part of the code for using aws cli v2

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

I suggest using newest version aws cli v2, according to documentation: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html

Also, current package version have same problem due to end of support for Python 2.7: https://aws.amazon.com/ru/blogs/developer/announcing-end-of-support-for-python-2-7-in-aws-sdk-for-python-and-aws-cli-v1/

Open PR in GitHub