Salt: mode for tar file should be 644, not 755

Probably harmless, but it doesn't make sense to have it be executable.
This commit is contained in:
Justin Santa Barbara 2016-01-10 11:04:56 -05:00
parent 9856ed8f2a
commit 5bf346216c

View File

@ -18,7 +18,7 @@ kube-proxy-tar:
- makedirs: True
- user: root
- group: root
- mode: 755
- mode: 644
{% endif %}
{% set is_helium = '0' %}