From 7093a329683e02564ac411ab275df22530347993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20B=C3=A9rtoli?= Date: Mon, 10 Apr 2017 12:14:12 -0300 Subject: [PATCH] Simplify logic --- salt/files/master.d/f_defaults.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/salt/files/master.d/f_defaults.conf b/salt/files/master.d/f_defaults.conf index 85983dd..b2bd9d0 100644 --- a/salt/files/master.d/f_defaults.conf +++ b/salt/files/master.d/f_defaults.conf @@ -73,11 +73,7 @@ # Note that enabling this feature means that minions will not be # available to target for up to the length of the maintanence loop # which by default is 60s. -{%- if cfg_master['key_cache'] in cfg_master %} {{ get_config('key_cache', '') }} -{% else %} -#key_cache: '' -{% endif %} # Directory to store job and cache data: # This directory may contain sensitive data and should be protected accordingly.