From d539f1ddf8b5b36b7b5e45d3bed2efd3a0c70583 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 9 Jul 2020 08:51:53 -0400 Subject: [PATCH] fix typo --- salt/yum/etc/yum.conf.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/yum/etc/yum.conf.jinja b/salt/yum/etc/yum.conf.jinja index 20ad0ce6f..a370bbf4f 100644 --- a/salt/yum/etc/yum.conf.jinja +++ b/salt/yum/etc/yum.conf.jinja @@ -13,4 +13,4 @@ distroverpkg=centos-release {% if salt['pillar.get']('static:masterupdate', '0') %} proxy=http://{{ salt['pillar.get']('yum:config:proxy', salt['config.get']('master')) }}:3142 -{% endif %}%} \ No newline at end of file +{% endif %} \ No newline at end of file