Skip to content

Commit 9e336c7

Browse files
(maint) unpin puppetlabs-postgresql, allow 10.x versions
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.
1 parent 2fb527b commit 9e336c7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.fixtures.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ fixtures:
1414
augeas_core: 'https://github.com/puppetlabs/puppetlabs-augeas_core.git'
1515
postgresql: 'https://github.com/puppetlabs/puppetlabs-postgresql.git'
1616
firewall: 'https://github.com/puppetlabs/puppetlabs-firewall.git'
17-
postgresql:
18-
repo: 'https://github.com/puppetlabs/puppetlabs-postgresql.git'
19-
ref: 'v9.2.0'
17+
postgresql: 'https://github.com/puppetlabs/puppetlabs-postgresql.git'
2018
firewall: 'https://github.com/puppetlabs/puppetlabs-firewall.git'
2119
symlinks:
2220
puppetdb: '#{source_dir}'

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"name": "puppetlabs/postgresql",
17-
"version_requirement": ">= 6.5.0 < 10.0.0"
17+
"version_requirement": ">= 6.5.0 < 11.0.0"
1818
},
1919
{
2020
"name": "puppetlabs/firewall",

0 commit comments

Comments
 (0)