We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53ce911 + 6e55b9b commit e29f5efCopy full SHA for e29f5ef
manifests/server/db.pp
@@ -35,7 +35,7 @@
35
privilege => $grant,
36
db => $dbname,
37
role => $user,
38
- }
+ } -> Postgresql::Validate_db_connection<| database_name == $dbname |>
39
}
40
41
if($tablespace != undef and defined(Postgresql::Server::Tablespace[$tablespace])) {
0 commit comments