Browse Source

Fix haveged resource names

tags/2016.12
Filip Pytloun 9 years ago
parent
commit
30ff811bce
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      linux/system/haveged.sls

+ 4
- 4
linux/system/haveged.sls View File



{%- if system.haveged.enabled %} {%- if system.haveged.enabled %}


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


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


{%- endif %} {%- endif %}

Loading…
Cancel
Save