ソースを参照

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年前
コミット
16c1619e9c
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      linux/system/profile.sls

+ 1
- 1
linux/system/profile.sls ファイルの表示

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

{%- endif %}

読み込み中…
キャンセル
保存