mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +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) }}
|
{{ format_state(name, 'postgres_schema', schema) }}
|
||||||
- require:
|
- require:
|
||||||
- postgres_database-{{ dbname }}
|
- postgres_database-{{ schema.dbname }}
|
||||||
{%- if 'owner' in schema %}
|
{%- if 'owner' in schema %}
|
||||||
- postgres_user: postgres_user-{{ schema.owner }}
|
- postgres_user: postgres_user-{{ schema.owner }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue