mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2024-11-27 23:07:53 +01:00
fix(config.sls): fix salt-lint
errors
```bash Examining openssh/config.sls of type state [210] Numbers that start with `0` should always be encapsulated in quotation marks openssh/config.sls:103 - mode: 0600 ```
This commit is contained in:
parent
140e0f8c75
commit
7e35335613
@ -100,7 +100,7 @@ ssh_host_{{ keyType }}_key: # set permissions
|
||||
file.managed:
|
||||
- name: {{ keyFile }}
|
||||
- replace: false
|
||||
- mode: 0600
|
||||
- mode: '0600'
|
||||
- require:
|
||||
- cmd: ssh_generate_host_{{ keyType }}_key
|
||||
{%- if sshd_config %}
|
||||
|
Loading…
Reference in New Issue
Block a user