Skip to content

Commit

Permalink
fix(manage.sls): fix salt-lint errors
Browse files Browse the repository at this point in the history
```bash
Examining postgres/manage.sls of type state
[201] Trailing whitespace
postgres/manage.sls:57

[201] Trailing whitespace
postgres/manage.sls:67
```
  • Loading branch information
myii committed Oct 9, 2019
1 parent e546fc3 commit bf5b4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgres/manage.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand All @@ -64,7 +64,7 @@ postgres-reload-modules:
{{ format_state( name + '-' + schema_name, 'postgres_schema', schema) }}
- require:
- postgres_database: postgres_database-{{ name }}
{%- endfor %}
{%- endif %}
Expand Down

0 comments on commit bf5b4d6

Please sign in to comment.