mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-04-17 10:10:29 +00:00
10 lines
198 B
Text
10 lines
198 B
Text
# -*- 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 %}
|