Skip to content

Commit 2b8b5ca

Browse files
authored
Merge branch 'main' into automated/standardfiles
2 parents fb7d0ba + 80a8200 commit 2b8b5ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

documentation/postgresql_install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
| `repo_pgdg_source_updates_testing` | | true, false | `false` | Create pgdg-source-updates-testing repo | |
3636
| `setup_repo_pgdg_source_updates_testing` | | true, false | value of previous | Whether or not to manage the pgdg_source_updates_testing repo | |
3737
| `yum_gpg_key_uri` | | String | platform specific | YUM/DNF GPG key URL | |
38-
| `apt_repository_uri` | | String | https://download.postgresql.org/pub/repos/apt/ | apt repository URL | |
39-
| `apt_gpg_key_uri` | | String | https://download.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt GPG key URL | |
38+
| `apt_repository_uri` | | String | [https://download.postgresql.org/pub/repos/apt/](https://download.postgresql.org/pub/repos/apt/) | apt repository URL | |
39+
| `apt_gpg_key_uri` | | String | [https://download.postgresql.org/pub/repos/apt/ACCC4CF8.asc](https://download.postgresql.org/pub/repos/apt/ACCC4CF8.asc) | apt GPG key URL | |
4040
| `initdb_additional_options` | | String | | Additional options to pass to the initdb command | |
4141
| `initdb_locale` | | String | | Locale to use for the initdb command | |
4242
| `initdb_encoding` | | String | | Encoding to use for the initdb command | |

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maintainer_email '[email protected]'
44
license 'Apache-2.0'
55
description 'Installs and configures postgresql for clients or servers'
6-
version '12.1.0'
6+
version '12.3.0'
77
source_url 'https://github.com/sous-chefs/postgresql'
88
issues_url 'https://github.com/sous-chefs/postgresql/issues'
99
chef_version '>= 16.0'

0 commit comments

Comments
 (0)