mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-09-22 18:27:44 +02:00
feat(metastate): add metastate per community convention
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user