From 4b6120a46b2f00a1bafdbd0dc83c98c50a17f6d5 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 29 Jul 2021 10:59:33 -0400 Subject: [PATCH] fix the hours get --- salt/patch/os/schedule.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/patch/os/schedule.sls b/salt/patch/os/schedule.sls index 01f1ad117..7e5b3d532 100644 --- a/salt/patch/os/schedule.sls +++ b/salt/patch/os/schedule.sls @@ -42,7 +42,7 @@ patch_os_schedule: - function: state.sls - job_args: - patch.os - - hours: {{ salt['pillar.get']('patch_os_pillar:hours', 8) }} + - hours: {{ patch_os_pillar.get('hours', 8) }} - splay: {{splay}} - return_job: True