-
Notifications
You must be signed in to change notification settings - Fork 282
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
User creation and DB creation in the same run not working #152
Comments
Well, it basically doesn't work no matter what actually. Manually creating the database and then running state.apply isn't working either. |
I can confirm this. I've updated the formula today from upstream and receive the same error. For me it looks like the postgres.database.present gets fired and tries to execute the command as the user that is passed in as owner. The user is not a user in the system, but just a database role. |
Oh, directly after commenting I decided to read the documentation linked above. @johnkeates you should not pass the argument |
Might be duplicated in #158 |
Creating a user and assigning a database (or the other way around) doesn't work properly. Probably because users are fetched and cached?
Pillar:
`
`
The text was updated successfully, but these errors were encountered: