Explorar el Código

Fix haveged resource names

tags/2016.12
Filip Pytloun hace 8 años
padre
commit
30ff811bce
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. +4
    -4
      linux/system/haveged.sls

+ 4
- 4
linux/system/haveged.sls Ver fichero

@@ -2,17 +2,17 @@

{%- if system.haveged.enabled %}

haveged_pkgs:
linux_haveged_pkgs:
pkg.installed:
- name: haveged
- watch_in:
- service: haveged_service
- service: linux_haveged_service

haveged_service:
linux_haveged_service:
service.running:
- name: haveged
- enable: true
- require:
- pkg: haveged_packages
- pkg: linux_haveged_pkgs

{%- endif %}

Cargando…
Cancelar
Guardar