Sfoglia il codice sorgente

Merge pull request #180 from FHE3/fix-179-profile-always-recreate-files

Fix for issue #179. In linux/system/profile.sls, profile scripts alwa…
pull/184/head
Filip Pytloun 6 anni fa
parent
commit
16c1619e9c
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      linux/system/profile.sls

+ 1
- 1
linux/system/profile.sls Vedi File

@@ -20,7 +20,7 @@ profile.d_script_{{ name }}:
- defaults:
script: {{ script|yaml }}
- require_in:
- service: profile.d_clean
- file: profile.d_clean
{% endfor %}

{%- endif %}

Loading…
Annulla
Salva