From e82c6a23932429cd6d096c7c2c01cc14d373c548 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Fri, 28 Jan 2022 12:50:58 -0500 Subject: [PATCH] default for managerupdate should be int not a string --- salt/repo/client/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/repo/client/init.sls b/salt/repo/client/init.sls index 27ffbe527..739b839d3 100644 --- a/salt/repo/client/init.sls +++ b/salt/repo/client/init.sls @@ -1,7 +1,7 @@ {% from 'repo/client/map.jinja' import ABSENTFILES with context %} {% from 'repo/client/map.jinja' import REPOPATH with context %} {% set ISAIRGAP = salt['pillar.get']('global:airgap', False) %} -{% set managerupdates = salt['pillar.get']('global:managerupdate', '0') %} +{% set managerupdates = salt['pillar.get']('global:managerupdate', 0) %} {% set role = grains.id.split('_') | last %} # from airgap state