puppetlabs / puppet_litmus

Providing a simple command line tool for puppet content creators, to enable simple and complex test deployments.
Apache License 2.0
88 stars 55 forks source link

feat: install an offline module using the tar.gz #505

Closed JGodin-C2C closed 1 year ago

JGodin-C2C commented 1 year ago

Summary

This pull request allows the test of a module that have not been released to the forge yet or simply needs to remain private. Please see #503

How

The module is built , then uploaded and the installation is done without its dependencies. dependencies are then parsed using the metadata.json file and installed automatically

Additional Context

Add any additional context about the problem here.

Related Issues (if any)

503

Checklist

jordanbreen28 commented 1 year ago

Nice one @JGodin-C2C!! Rubocop seems to be complaining, can you take a look and I'll get to testing this out? :)