mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 10:12:53 +01:00
default for managerupdate should be int not a string
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{% from 'repo/client/map.jinja' import ABSENTFILES with context %}
|
{% from 'repo/client/map.jinja' import ABSENTFILES with context %}
|
||||||
{% from 'repo/client/map.jinja' import REPOPATH with context %}
|
{% from 'repo/client/map.jinja' import REPOPATH with context %}
|
||||||
{% set ISAIRGAP = salt['pillar.get']('global:airgap', False) %}
|
{% 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 %}
|
{% set role = grains.id.split('_') | last %}
|
||||||
|
|
||||||
# from airgap state
|
# from airgap state
|
||||||
|
|||||||
Reference in New Issue
Block a user