|
17 | 17 |
|
18 | 18 | ## Properties |
19 | 19 |
|
20 | | -| Name | Name? | Type | Default | Description | Allowed Values | |
21 | | -| ---------------------------------- | ----- | --------------- | ----------------- | ------------------------------------------------ | -------------- | |
22 | | -| `sensitive` | | true, false | `true` | | | |
23 | | -| `version` | | String, Integer | `'17'` | Version to install | | |
24 | | -| `source` | | String, Symbol | `:repo` | Installation source | repo, os | |
25 | | -| `client_packages` | | String, Array | platform specific | Client packages to install | | |
26 | | -| `server_packages` | | String, Array | platform specific | Server packages to install | | |
27 | | -| `repo_pgdg` | | true, false | `true` | Create pgdg repo | | |
28 | | -| `setup_repo_pgdg` | | true, false | value of previous | Whether or not to manage the pgdg repo | | |
29 | | -| `repo_pgdg_common` | | true, false | `true` | Create pgdg-common repo | | |
30 | | -| `setup_repo_pgdg_common` | | true, false | value of previous | Whether or not to manage the pgdg_common repo | | |
31 | | -| `repo_pgdg_source` | | true, false | `false` | Create pgdg-source repo | | |
32 | | -| `setup_repo_pgdg_source` | | true, false | value of previous | Whether or not to manage the pgdg_source repo | | |
33 | | -| `repo_pgdg_updates_testing` | | true, false | `false` | Create pgdg-updates-testing repo | | |
34 | | -| `setup_repo_pgdg_updates_testing` | | true, false | value of previous | Whether or not to manage the pgdg_updates_testing repo | | |
35 | | -| `repo_pgdg_source_updates_testing` | | true, false | `false` | Create pgdg-source-updates-testing repo | | |
36 | | -| `setup_repo_pgdg_source_updates_testing` | | true, false | value of previous | Whether or not to manage the pgdg_source_updates_testing repo | | |
37 | | -| `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 | | |
40 | | -| `initdb_additional_options` | | String | | Additional options to pass to the initdb command | | |
41 | | -| `initdb_locale` | | String | | Locale to use for the initdb command | | |
42 | | -| `initdb_encoding` | | String | | Encoding to use for the initdb command | | |
43 | | -| `initdb_user` | | String | `'postgres'` | User to run the initdb command as | | |
| 20 | + |
| 21 | +<!-- markdownlint-disable MD034 --> |
| 22 | +| Name | Name? | Type | Default | Description | Allowed Values | |
| 23 | +| ---------------------------------------- | ----- | --------------- | ----------------- | ------------------------------------------------ | -------------- | |
| 24 | +| `sensitive` | | true, false | `true` | | | |
| 25 | +| `version` | | String, Integer | `'17'` | Version to install | | |
| 26 | +| `source` | | String, Symbol | `:repo` | Installation source | repo, os | |
| 27 | +| `client_packages` | | String, Array | platform specific | Client packages to install | | |
| 28 | +| `server_packages` | | String, Array | platform specific | Server packages to install | | |
| 29 | +| `repo_pgdg` | | true, false | `true` | Create pgdg repo | | |
| 30 | +| `setup_repo_pgdg` | | true, false | value of previous | Whether or not to manage the pgdg repo | | |
| 31 | +| `repo_pgdg_common` | | true, false | `true` | Create pgdg-common repo | | |
| 32 | +| `setup_repo_pgdg_common` | | true, false | value of previous | Whether or not to manage the pgdg_common repo | | |
| 33 | +| `repo_pgdg_source` | | true, false | `false` | Create pgdg-source repo | | |
| 34 | +| `setup_repo_pgdg_source` | | true, false | value of previous | Whether or not to manage the pgdg_source repo | | |
| 35 | +| `repo_pgdg_updates_testing` | | true, false | `false` | Create pgdg-updates-testing repo | | |
| 36 | +| `setup_repo_pgdg_updates_testing` | | true, false | value of previous | Whether or not to manage the pgdg_updates_testing repo | | |
| 37 | +| `repo_pgdg_source_updates_testing` | | true, false | `false` | Create pgdg-source-updates-testing repo | | |
| 38 | +| `setup_repo_pgdg_source_updates_testing` | | true, false | value of previous | Whether or not to manage the pgdg_source_updates_testing repo | | |
| 39 | +| `yum_gpg_key_uri` | | String | platform specific | YUM/DNF GPG key URL | | |
| 40 | +| `apt_repository_uri` | | String | https://download.postgresql.org/pub/repos/apt/ | apt repository URL | | |
| 41 | +| `apt_gpg_key_uri` | | String | https://download.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt GPG key URL | | |
| 42 | +| `initdb_additional_options` | | String | | Additional options to pass to the initdb command | | |
| 43 | +| `initdb_locale` | | String | | Locale to use for the initdb command | | |
| 44 | +| `initdb_encoding` | | String | | Encoding to use for the initdb command | | |
| 45 | +| `initdb_user` | | String | `'postgres'` | User to run the initdb command as | | |
| 46 | +<!-- markdownlint-enable MD034 --> |
44 | 47 |
|
45 | 48 | ## Libraries |
46 | 49 |
|
|
0 commit comments