Skip to content

Commit

Permalink
(maint) unpin puppetlabs-postgresql, allow 10.x versions
Browse files Browse the repository at this point in the history
This removes the pin for the version of puppetlabs-postgresql in `.fixtures.yaml`
and also updates the metadata to indicate that the current major version of
`puppetlabs-postgresql` is supported.
  • Loading branch information
jonathannewman committed Feb 15, 2024
1 parent 2fb527b commit 9e336c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ fixtures:
augeas_core: 'https://github.com/puppetlabs/puppetlabs-augeas_core.git'
postgresql: 'https://github.com/puppetlabs/puppetlabs-postgresql.git'
firewall: 'https://github.com/puppetlabs/puppetlabs-firewall.git'
postgresql:
repo: 'https://github.com/puppetlabs/puppetlabs-postgresql.git'
ref: 'v9.2.0'
postgresql: 'https://github.com/puppetlabs/puppetlabs-postgresql.git'
firewall: 'https://github.com/puppetlabs/puppetlabs-firewall.git'
symlinks:
puppetdb: '#{source_dir}'
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"name": "puppetlabs/postgresql",
"version_requirement": ">= 6.5.0 < 10.0.0"
"version_requirement": ">= 6.5.0 < 11.0.0"
},
{
"name": "puppetlabs/firewall",
Expand Down

0 comments on commit 9e336c7

Please sign in to comment.