Closed h0tw1r3 closed 4 months ago
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
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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.