Add missing privileges
This commit is contained in:
parent
1ce75d5bc8
commit
4cd64e80ac
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ define postgresql::server::grant (
|
|||
'ALL' => 'INSERT',
|
||||
default => $_privilege,
|
||||
}
|
||||
validate_string($unless_privilege,'SELECT','INSERT','UPDATE','REFERENCES',
|
||||
'ALL','ALL PRIVILEGES')
|
||||
validate_string($unless_privilege,'SELECT','INSERT','UPDATE','DELETE',
|
||||
'TRUNCATE','REFERENCES','TRIGGER','ALL','ALL PRIVILEGES')
|
||||
$unless_function = 'has_table_privilege'
|
||||
$on_db = $db
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue