puppetlabs / puppetlabs-postgresql

Puppet module for managing PostgreSQL
Apache License 2.0
228 stars 614 forks source link

.fixtures.yml: unpin puppet_agent dependency #1592

Closed bastelfreak closed 6 months ago

bastelfreak commented 6 months ago

pinning in .fixtures.yml is an antipattern and should be avoided. Best practice in the ecosystem is that modules pull in the main/HEAD branch of their dependencies via .fixtures.yml and in acceptance tests actual releases via metadata.json are/should be used.