Skip to content

Commit

Permalink
fix(files): modify ssh priv key perms from 0640 to 0600
Browse files Browse the repository at this point in the history
  • Loading branch information
sticky-note committed Jun 14, 2021
1 parent 45f96e4 commit 6e67dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rundeck/config/files.sls
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ rundeck-config-files-sshkey-{{dir }}.private_key:
{%- if grains.os != 'Windows' %}
- user: {{ rundeck.identity.user }}
- group: {{ rundeck.identity.group }}
- mode: '0640'
- mode: '0600'
{%- endif %}
- makedirs: True
- contents_pillar: rundeck:sshkey:{{ dir }}:private
Expand Down

0 comments on commit 6e67dfd

Please sign in to comment.