mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 17:50:27 +00:00
Merge pull request #247 from noelmcloughlin/fixes
Fix 'requisites were not found'
This commit is contained in:
commit
99c15acac9
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ postgres-reload-modules:
|
||||||
{{ format_state( name + '-' + ext_name, 'postgres_extension', extension) }}
|
{{ format_state( name + '-' + ext_name, 'postgres_extension', extension) }}
|
||||||
- require:
|
- require:
|
||||||
- postgres_database: postgres_database-{{ name }}
|
- postgres_database: postgres_database-{{ name }}
|
||||||
{%- if 'schema' in extension %}
|
{%- if 'schema' in extension and 'schemas' in postgres %}
|
||||||
- postgres_schema: postgres_schema-{{ extension.schema }}
|
- postgres_schema: postgres_schema-{{ name }}-{{ extension.schema }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue