Explorar el Código

Created config state, added chrony/config.sls

fixconfig
mraymond77 hace 9 años
padre
commit
fc5f2aead1
Se han modificado 1 ficheros con 14 adiciones y 0 borrados
  1. +14
    -0
      chrony/config.sls

+ 14
- 0
chrony/config.sls Ver fichero

@@ -0,0 +1,14 @@
{% from "chrony/map.jinja" import chrony with context %}

include:
- chrony

chrony_config:
file.managed:
- name: {{ chrony.config }}
- source: {{ chrony.config_src }}
- template: jinja
- user: root
- mode: 644
- watch_in:
- service: chrony

Cargando…
Cancelar
Guardar