From d9e7e550f9060ed65bb571731cf7cc482e26e794 Mon Sep 17 00:00:00 2001 From: Thomas H Jones II Date: Fri, 2 Aug 2024 10:56:05 -0400 Subject: [PATCH] Update ash-linux/el9/RuleById/medium/content_rule_configure_tmux_lock_after_time.sls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Probably never be used, but… Co-authored-by: Long C Lam <31355535+eemperor@users.noreply.github.com> --- .../medium/content_rule_configure_tmux_lock_after_time.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ash-linux/el9/RuleById/medium/content_rule_configure_tmux_lock_after_time.sls b/ash-linux/el9/RuleById/medium/content_rule_configure_tmux_lock_after_time.sls index 120f4a135..7ad9b5fde 100644 --- a/ash-linux/el9/RuleById/medium/content_rule_configure_tmux_lock_after_time.sls +++ b/ash-linux/el9/RuleById/medium/content_rule_configure_tmux_lock_after_time.sls @@ -25,7 +25,7 @@ {%- set stig_id = 'configure_tmux_lock_after_time' %} {%- set helperLoc = tpldir ~ '/files' %} {%- set skipIt = salt.pillar.get('ash-linux:lookup:skip-stigs', []) %} -{%- set lockAfterSec = '900' %} +{%- set lockAfterSec = salt.pillar.get('ash-linux:lookup:tmux-lock-after-time', '900') %} {%- set targFile = '/etc/tmux.conf' %} {{ stig_id }}-description: