Wrong list name in config file

This commit is contained in:
Javier Bértoli 2017-04-10 12:11:09 -03:00
parent edce95f949
commit 997194c992
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +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_minion['key_cache'] in cfg_master %}
{%- if cfg_master['key_cache'] in cfg_master %}
{{ get_config('key_cache', '') }}
{% else %}
#key_cache: ''