mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
7 lines
218 B
Django/Jinja
7 lines
218 B
Django/Jinja
{% set template = salt['grains.filter_by']({
|
|
'default': {
|
|
'pkg': 'template',
|
|
'service': 'template',
|
|
'config': '/etc/template.conf',
|
|
},
|
|
}, merge=salt['pillar.get']('template:lookup')) %}
|