{% set proxy = salt['pillar.get']('manager:proxy') -%} [main] cachedir=/var/cache/yum/$basearch/$releasever keepcache=0 debuglevel=2 logfile=/var/log/yum.log exactarch=1 obsoletes=1 gpgcheck=1 localpkg_gpgcheck=1 plugins=1 installonly_limit={{ salt['pillar.get']('yum:config:installonly_limit', 2) }} bugtracker_url=http://bugs.centos.org/set_project.php?project_id=23&ref=http://bugs.centos.org/bug_report_page.php?category=yum distroverpkg=oraclelinux-release clean_requirements_on_remove=1 {%- if proxy %} proxy={{ proxy }} {%- endif %}