|
25 | 25 | /(?i:^TYPES$)/,
|
26 | 26 | /(?i:^SCHEMAS$)/
|
27 | 27 | ] $object_type,
|
28 |
| - String $schema = 'public', |
29 |
| - String $psql_db = $postgresql::server::default_database, |
30 |
| - String $psql_user = $postgresql::server::user, |
31 |
| - Stdlib::Port $port = $postgresql::server::port, |
32 |
| - Hash $connect_settings = $postgresql::server::default_connect_settings, |
33 |
| - Enum['present', 'absent'] $ensure = 'present', |
34 |
| - String $group = $postgresql::server::group, |
35 |
| - Variant[String[1], Stdlib::Absolutepath] $psql_path = $postgresql::server::psql_path, |
36 |
| - Optional[String] $target_role = undef, |
| 28 | + String $schema = 'public', |
| 29 | + String $psql_db = $postgresql::server::default_database, |
| 30 | + String $psql_user = $postgresql::server::user, |
| 31 | + Stdlib::Port $port = $postgresql::server::port, |
| 32 | + Hash $connect_settings = $postgresql::server::default_connect_settings, |
| 33 | + Enum['present', 'absent'] $ensure = 'present', |
| 34 | + String $group = $postgresql::server::group, |
| 35 | + Stdlib::Absolutepath $psql_path = $postgresql::server::psql_path, |
| 36 | + Optional[String] $target_role = undef, |
37 | 37 | ) {
|
38 | 38 | # If possible use the version of the remote database, otherwise
|
39 | 39 | # fallback to our local DB version
|
|
0 commit comments