@@ -1031,7 +1031,7 @@ Default value: `$postgresql::params::listen_addresses`
1031
1031
1032
1032
##### <a name =" -postgresql--server--port " ></a >` port `
1033
1033
1034
- Data type: ` Variant[String[1], Stdlib::Port, Integer ] `
1034
+ Data type: ` Variant[String[1], Stdlib::Port] `
1035
1035
1036
1036
Specifies the port for the PostgreSQL server to listen on.
1037
1037
Note: The same port number is used for all IP addresses the server listens on.
@@ -1946,7 +1946,7 @@ Default value: `$postgresql::server::psql_path`
1946
1946
1947
1947
##### <a name =" -postgresql--server--default_privileges--port " ></a >` port `
1948
1948
1949
- Data type: ` Variant[String[1], Stdlib::Port, Integer ] `
1949
+ Data type: ` Variant[String[1], Stdlib::Port] `
1950
1950
1951
1951
Specifies the port to access the server. Default value: The default user for the module, usually '5432'.
1952
1952
@@ -2051,7 +2051,7 @@ Default value: `undef`
2051
2051
2052
2052
##### <a name =" -postgresql--server--extension--port " ></a >` port `
2053
2053
2054
- Data type: ` Optional[Variant[String[1], Stdlib::Port, Integer ]] `
2054
+ Data type: ` Optional[Variant[String[1], Stdlib::Port]] `
2055
2055
2056
2056
Port to use when connecting.
2057
2057
@@ -2178,7 +2178,7 @@ Default value: `$postgresql::server::user`
2178
2178
2179
2179
##### <a name =" -postgresql--server--grant--port " ></a >` port `
2180
2180
2181
- Data type: ` Variant[String[1], Stdlib::Port, Integer ] `
2181
+ Data type: ` Variant[String[1], Stdlib::Port] `
2182
2182
2183
2183
Port to use when connecting.
2184
2184
@@ -2280,7 +2280,7 @@ Default value: `$postgresql::server::user`
2280
2280
2281
2281
##### <a name =" -postgresql--server--grant_role--port " ></a >` port `
2282
2282
2283
- Data type: ` Variant[String[1], Stdlib::Port, Integer ] `
2283
+ Data type: ` Variant[String[1], Stdlib::Port] `
2284
2284
2285
2285
Port to use when connecting.
2286
2286
@@ -2361,7 +2361,7 @@ Default value: `$postgresql::server::listen_addresses`
2361
2361
2362
2362
##### <a name =" -postgresql--server--instance--config--port " ></a >` port `
2363
2363
2364
- Data type: ` Variant[String[1], Stdlib::Port, Integer ] `
2364
+ Data type: ` Variant[String[1], Stdlib::Port] `
2365
2365
2366
2366
Specifies the port for the PostgreSQL server to listen on.
2367
2367
Note: The same port number is used for all IP addresses the server listens on. Also, for Red Hat systems and early Debian systems,
@@ -2785,7 +2785,7 @@ Default value: `$postgresql::server::psql_path`
2785
2785
2786
2786
##### <a name =" -postgresql--server--instance--late_initdb--port " ></a >` port `
2787
2787
2788
- Data type: ` Variant[String[1], Stdlib::Port, Integer ] `
2788
+ Data type: ` Variant[String[1], Stdlib::Port] `
2789
2789
2790
2790
Specifies the port for the PostgreSQL server to listen on.
2791
2791
Note: The same port number is used for all IP addresses the server listens on. Also, for Red Hat systems and early Debian systems,
@@ -2844,7 +2844,7 @@ Default value: `$postgresql::server::psql_path`
2844
2844
2845
2845
##### <a name =" -postgresql--server--instance--passwd--port " ></a >` port `
2846
2846
2847
- Data type: ` Variant[String[1], Stdlib::Port, Integer ] `
2847
+ Data type: ` Variant[String[1], Stdlib::Port] `
2848
2848
2849
2849
Specifies the port for the PostgreSQL server to listen on.
2850
2850
Note: The same port number is used for all IP addresses the server listens on. Also, for Red Hat systems and early Debian systems,
@@ -2982,7 +2982,7 @@ Default value: `$postgresql::server::user`
2982
2982
2983
2983
##### <a name =" -postgresql--server--instance--service--port " ></a >` port `
2984
2984
2985
- Data type: ` Variant[String[1], Stdlib::Port, Integer ] `
2985
+ Data type: ` Variant[String[1], Stdlib::Port] `
2986
2986
2987
2987
Specifies the port for the PostgreSQL server to listen on.
2988
2988
Note: The same port number is used for all IP addresses the server listens on. Also, for Red Hat systems and early Debian systems,
@@ -3219,7 +3219,7 @@ Default value: `$postgresql::server::user`
3219
3219
3220
3220
##### <a name =" -postgresql--server--reassign_owned_by--port " ></a >` port `
3221
3221
3222
- Data type: ` Variant[String[1], Stdlib::Port, Integer ] `
3222
+ Data type: ` Variant[String[1], Stdlib::Port] `
3223
3223
3224
3224
Port to use when connecting.
3225
3225
@@ -3465,7 +3465,7 @@ Default value: `$postgresql::server::default_database`
3465
3465
3466
3466
##### <a name =" -postgresql--server--role--port " ></a >` port `
3467
3467
3468
- Data type: ` Optional[Variant[String[1], Stdlib::Port, Integer ]] `
3468
+ Data type: ` Optional[Variant[String[1], Stdlib::Port]] `
3469
3469
3470
3470
Port to use when connecting.
3471
3471
@@ -3700,7 +3700,7 @@ Default value: `undef`
3700
3700
3701
3701
##### <a name =" -postgresql--server--table_grant--port " ></a >` port `
3702
3702
3703
- Data type: ` Optional[Variant[String[1], Stdlib::Port, Integer ]] `
3703
+ Data type: ` Optional[Variant[String[1], Stdlib::Port]] `
3704
3704
3705
3705
Port to use when connecting.
3706
3706
0 commit comments