Skip to content

Commit d25ebd4

Browse files
committed
fixes markdown linting error
mdl doesn't like url's that are not clickable, but for the sake of defining a default value for a resource, we can ignore this error.
1 parent bc89f90 commit d25ebd4

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed

documentation/postgresql_install.md

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,32 @@
1717

1818
## Properties
1919

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

4547
## Libraries
4648

0 commit comments

Comments
 (0)