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:
parent
5b348eb354
commit
3e6397788f
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user