Skip to content
Snippets Groups Projects
Commit 6982c268 authored by skorpy's avatar skorpy :construction_worker:
Browse files

Fix chmod quoting and add leading zero where required

Fixes salt-lint errors 207, 208.

sed -i -E "s/\b(dir_|file_|)mode: 0?([0-7]{3})/\1mode: '0\2'/" $(find . -name '*.sls')
parent 4ae5d5d2
No related branches found
No related tags found
Loading
Checking pipeline status
Showing with 65 additions and 65 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment