change default in healthcheck state

This commit is contained in:
m0duspwnens
2020-04-02 19:48:54 -04:00
parent f1857c61b9
commit c42f8276e2

View File

@@ -1,6 +1,6 @@
{% set CHECKS = salt['pillar.get']('healthcheck:checks', {}) %}
{% set ENABLED = salt['pillar.get']('healthcheck:enabled', False) %}
{% set SCHEDULE = salt['pillar.get']('healthcheck:schedule', 10) %}
{% set SCHEDULE = salt['pillar.get']('healthcheck:schedule', 300) %}
{% if CHECKS and ENABLED %}
{% set STATUS = ['present','enabled'] %}