commit | 9ed340364a2f430442903a96a17930c14f7991e7 | [log] [tgz] |
---|---|---|
author | Marek Celoud <mceloud@mirantis.com> | Tue Apr 11 16:03:23 2017 +0200 |
committer | Marek Celoud <mceloud@mirantis.com> | Tue Apr 11 16:03:48 2017 +0200 |
tree | 3cdc84ed65234adc9653e4a33e55fe9502d36a17 | |
parent | 6357299ee2d2019ec5ed1ec7646f55647254cf5a [diff] |
add package include into repo state Change-Id: I4fd6cafb72fb1ad89c6595782d6705f49777761b
diff --git a/linux/system/repo.sls b/linux/system/repo.sls index abb0ffb..6520d88 100644 --- a/linux/system/repo.sls +++ b/linux/system/repo.sls
@@ -1,6 +1,9 @@ {%- from "linux/map.jinja" import system with context %} {%- if system.enabled %} +include: +- linux.system.package + # global proxy setup {%- if system.proxy.get('pkg', {}).get('enabled', False) %} {%- if grains.os_family == 'Debian' %}