Skip to content

Commit 1773320

Browse files
committed
Last-minute fix
1 parent 34d9874 commit 1773320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/role_grant.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Postgresql::Server::Role[$role]->Postgresql_psql[$grant_cmd]
2525
}
2626

27-
if($db != undef and defined(Postgresql::Server::Role[$user])) {
27+
if($user != undef and defined(Postgresql::Server::Role[$user])) {
2828
Postgresql::Server::Role[$user]->Postgresql_psql[$grant_cmd]
2929
}
3030
}

0 commit comments

Comments
 (0)