mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
fix(manage.sls): fix salt-lint
errors
```bash Examining postgres/manage.sls of type state [201] Trailing whitespace postgres/manage.sls:57 [201] Trailing whitespace postgres/manage.sls:67 ```
This commit is contained in:
parent
e546fc3476
commit
bf5b4d6fd7
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ postgres-reload-modules:
|
||||||
{%- if 'schema' in extension and 'schemas' in postgres %}
|
{%- if 'schema' in extension and 'schemas' in postgres %}
|
||||||
- postgres_schema: postgres_schema-{{ name }}-{{ extension.schema }}
|
- postgres_schema: postgres_schema-{{ name }}-{{ extension.schema }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if 'schemas' in db %}
|
{%- if 'schemas' in db %}
|
||||||
|
@ -64,7 +64,7 @@ postgres-reload-modules:
|
||||||
{{ format_state( name + '-' + schema_name, 'postgres_schema', schema) }}
|
{{ format_state( name + '-' + schema_name, 'postgres_schema', schema) }}
|
||||||
- require:
|
- require:
|
||||||
- postgres_database: postgres_database-{{ name }}
|
- postgres_database: postgres_database-{{ name }}
|
||||||
|
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue