Переглянути джерело

Fix for issue #179. In linux/system/profile.sls, profile scripts always recreated. We need to define file instead service in required_in.

pull/180/head
Nick Metz 6 роки тому
джерело
коміт
72e3001b7f
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 %}

Завантаження…
Відмінити
Зберегти