2020-05-14 01:27:23 +02:00
|
|
|
#.-*- coding: utf-8 -*-
|
2019-04-24 18:18:44 +02:00
|
|
|
# vim: ft=sls
|
|
|
|
|
2019-06-08 19:39:21 +02:00
|
|
|
{%- set tplroot = tpldir.split('/')[0] %}
|
2020-05-14 01:27:23 +02:00
|
|
|
{%- from tplroot ~ "/map.jinja" import prometheus as p with context %}
|
2019-06-08 19:39:21 +02:00
|
|
|
|
2019-04-24 18:18:44 +02:00
|
|
|
include:
|
2020-05-14 01:27:23 +02:00
|
|
|
- {{ '.archive' if p.pkg.use_upstream_archive else '.package' }}
|
2019-04-24 18:18:44 +02:00
|
|
|
- .config
|
|
|
|
- .service
|
2020-05-14 01:27:23 +02:00
|
|
|
- .exporters
|
|
|
|
- .clientlibs
|