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:
Imran Iqbal 2019-10-09 18:07:27 +01:00
parent e546fc3476
commit bf5b4d6fd7
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819

View file

@ -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 %}