diff --git a/template/map.jinja b/template/map.jinja new file mode 100644 index 0000000..9e7b254 --- /dev/null +++ b/template/map.jinja @@ -0,0 +1,7 @@ +{% set template = salt['grains.filter_by']({ + 'default': { + 'pkg': 'template', + 'service': 'template', + 'config': '/etc/template.conf', + }, +}, merge=salt['pillar.get']('template:lookup')) %}