Browse Source

Salt: don't attempt to set mode on site-icons.css

Trying to change the mode of this file (which often already exists)
fails on Windows. It seems fine to just not set it and let it be set to
the default.
merge-requests/118/head
Deimos 4 years ago
parent
commit
9531221b88
  1. 1
      salt/salt/webassets.sls

1
salt/salt/webassets.sls

@ -5,7 +5,6 @@
file.managed:
- user: {{ app_username }}
- group: {{ app_username }}
- mode: 644
- create: True
- replace: False

Loading…
Cancel
Save