mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-10 23:01:45 +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 %}
|
||||
- postgres_schema: postgres_schema-{{ name }}-{{ extension.schema }}
|
||||
{%- endif %}
|
||||
|
||||
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
||||
{%- if 'schemas' in db %}
|
||||
|
@ -64,7 +64,7 @@ postgres-reload-modules:
|
|||
{{ format_state( name + '-' + schema_name, 'postgres_schema', schema) }}
|
||||
- require:
|
||||
- postgres_database: postgres_database-{{ name }}
|
||||
|
||||
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue