Explorar el Código

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 hace 6 años
padre
commit
72e3001b7f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      linux/system/profile.sls

+ 1
- 1
linux/system/profile.sls Ver fichero

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

{%- endif %}

Cargando…
Cancelar
Guardar