feat(metastate): add metastate per community convention

This commit is contained in:
N
2020-02-18 13:34:38 +00:00
parent 4955737f84
commit fbaa456ca6
6 changed files with 74 additions and 12 deletions
+8
View File
@@ -1,2 +1,10 @@
# -*- coding: utf-8 -*-
# vim: ft=sls
{% from "salt/map.jinja" import salt_settings with context %}
{%- if salt_settings.pkgrepo %}
include:
- .{{ grains['os_family']|lower }}
{%- endif %}