voxpupuli / puppet-icinga2

Puppet module to manage Icinga 2
https://forge.puppet.com/icinga/icinga2
Apache License 2.0
61 stars 94 forks source link

fixtures.yml: Pull dependencies from git #770

Closed bastelfreak closed 5 months ago

bastelfreak commented 5 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