secret/postgresql: testing support for multiple statements

This commit is contained in:
Armon Dadgar
2015-04-27 12:00:07 -07:00
parent db5f74f6b4
commit 212aa9fb5b
3 changed files with 9 additions and 5 deletions

View File

@@ -127,4 +127,5 @@ CREATE ROLE "{{name}}" WITH
LOGIN
PASSWORD '{{password}}'
VALID UNTIL '{{expiration}}';
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO "{{name}}";
`