Explorar el Código

Include linux.system.user in linux.system.job

Change-Id: I3a2a0ac5518701b4c9de28437e9aefd1307ca01b
pull/123/head
chnyda hace 7 años
padre
commit
8221541714
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      linux/system/job.sls

+ 3
- 0
linux/system/job.sls Ver fichero

@@ -1,6 +1,9 @@
{%- from "linux/map.jinja" import system with context %}
{%- if system.enabled %}

include:
- linux.system.user

{%- for name, job in system.job.iteritems() %}

linux_job_{{ job.command }}:

Cargando…
Cancelar
Guardar