Skip to content

Commit 8921627

Browse files
$table type to allow array
1 parent 49368d1 commit 8921627

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/server/table_grant.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
define postgresql::server::table_grant (
1717
Enum['ALL', 'SELECT', 'INSERT', 'UPDATE', 'DELETE', 'TRUNCATE', 'REFERENCES', 'TRIGGER', 'all', 'select', 'insert', 'update', 'delete',
1818
'truncate', 'references', 'trigger'] $privilege,
19-
String[1] $table,
19+
Optional[Variant[Array[String,2,2],String[1]]] $table,
2020
String[1] $db,
2121
String[1] $role,
2222
Optional[Enum['present', 'absent']] $ensure = undef,

0 commit comments

Comments
 (0)