2
0

fix(minion.sls): fix salt-lint errors

```bash
Examining salt/minion.sls of type state
[210] Numbers that start with `0` should always be encapsulated in quotation marks
salt/minion.sls:20
    - mode: 0644
```
This commit is contained in:
Imran Iqbal 2019-10-09 18:32:48 +01:00
parent 5b348eb354
commit 3e6397788f
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819

View File

@ -17,7 +17,7 @@ download-salt-minion:
{% endif %}
- user: root
- group: wheel
- mode: 0644
- mode: '0644'
- unless:
- test -n "{{ salt_settings.version }}" && '/opt/salt/bin/salt-minion --version=.*{{ salt_settings.version }}.*'
- require_in: