Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to create databases and databases_grants to postgresql::server #1620

Open
rayderua opened this issue Nov 21, 2024 · 0 comments
Open

Comments

@rayderua
Copy link

rayderua commented Nov 21, 2024

postgresql::server_instance can manage databases and grants

Hash $databases_and_users                         = {},
Hash $databases                                   = {},
Hash $database_grants                             = {},
Hash $table_grants                                = {},

But we cannot create databases and/or grants via postgresql::server, so we must write wrappers/profiles around module.
Would be great if we can create them via postgresql::server,, like in postgresql::server_instance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant