mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
Fixed variable typo
This commit is contained in:
parent
b20a8e77b4
commit
ed1315feed
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ postgres-reload-modules:
|
|||
|
||||
{{ format_state(name, 'postgres_schema', schema) }}
|
||||
- require:
|
||||
- postgres_database-{{ dbname }}
|
||||
- postgres_database-{{ schema.dbname }}
|
||||
{%- if 'owner' in schema %}
|
||||
- postgres_user: postgres_user-{{ schema.owner }}
|
||||
{%- endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue