voxpupuli / puppet-icingadb

Puppet module to manage IcingaDB.
Apache License 2.0
3 stars 6 forks source link

fixtures.yml: Pull dependencies from git #18

Closed bastelfreak closed 3 months ago

bastelfreak commented 3 months ago

This is the current best practice. In unit tests the .fixtures.yml will be used and we're able to detect breaking changes in dependencies before they are released. In acceptance tests the latest forge releases based on metadata.json will be used.

Pull Request (PR) description

This Pull Request (PR) fixes the following issues