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

pass full inventory path to task #552

Open h0tw1r3 opened 2 months ago

h0tw1r3 commented 2 months ago

As mentioned in https://github.com/puppetlabs/provision/pull/259, the provision task inventory parameter is documented to be the full path to a bolt inventory file.

This PR moves the spec/fixtures/litmus_inventory.yaml inventory path assumption from the provision module, to here (where it should be).

this is the beginning of uncoupling the litmus specific assumptions in the provision module.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 63.95%. Comparing base (43df54f) to head (5ab6061).

:exclamation: Current head 5ab6061 differs from pull request most recent head d4739b3. Consider uploading reports for the commit d4739b3 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #552 +/- ## ======================================= Coverage 63.95% 63.95% ======================================= Files 6 6 Lines 763 763 ======================================= Hits 488 488 Misses 275 275 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.