Skip to content

Commit

Permalink
salt-lint salt/downloads directory (#268)
Browse files Browse the repository at this point in the history
invocation: tox -e lint $(find salt/downloads -type f -name '*.sls'| xargs)
  • Loading branch information
cegerhardson committed Jul 28, 2022
1 parent ce69bca commit e03a473
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions salt/downloads/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include:
- source: salt://downloads/config/nginx.downloads-backend.conf
- user: root
- group: root
- mode: 644
- mode: "0644"
- require:
- file: /etc/nginx/sites.d/
- file: /etc/nginx/fastly_params
Expand All @@ -17,9 +17,9 @@ include:
file.managed:
- user: root
- group: downloads
- mode: 644
- mode: "0644"
- makedirs: True
- dir_mode: 775
- dir_mode: "0775"


/etc/consul.d/service-downloads.json:
Expand All @@ -31,6 +31,6 @@ include:
port: 9000
- user: root
- group: root
- mode: 644
- mode: "0644"
- require:
- pkg: consul-pkgs

0 comments on commit e03a473

Please sign in to comment.