mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2024-12-02 21:27:08 +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:
|
file.managed:
|
||||||
- name: {{ keyFile }}
|
- name: {{ keyFile }}
|
||||||
- replace: false
|
- replace: false
|
||||||
- mode: 0600
|
- mode: '0600'
|
||||||
- require:
|
- require:
|
||||||
- cmd: ssh_generate_host_{{ keyType }}_key
|
- cmd: ssh_generate_host_{{ keyType }}_key
|
||||||
{%- if sshd_config %}
|
{%- if sshd_config %}
|
||||||
|
Loading…
Reference in New Issue
Block a user